From 6d20fa47adfa3387872142bbb20b64193d8df892 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Thu, 18 Jul 2024 00:58:12 +0200 Subject: [PATCH] verbose --- .github/workflows/check.yml | 2 +- scripts/cts/runCts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 985fde72fa..eab6d428b4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -431,7 +431,7 @@ jobs: type: minimal language: swift - - run: yarn cli cts run swift ${{ fromJSON(needs.setup.outputs.SWIFT_DATA).toRun }} + - run: yarn cli cts run swift ${{ fromJSON(needs.setup.outputs.SWIFT_DATA).toRun }} -v - name: Set output id: setoutput diff --git a/scripts/cts/runCts.ts b/scripts/cts/runCts.ts index 9f6737aa98..0e1567c058 100644 --- a/scripts/cts/runCts.ts +++ b/scripts/cts/runCts.ts @@ -114,7 +114,7 @@ async function runCtsOne( break; case 'swift': await run( - `swift test -Xswiftc -suppress-warnings -q --parallel ${filter((f) => `--filter ${f}.*`)}`, + `swift test -Xswiftc -suppress-warnings -v --parallel ${filter((f) => `--filter ${f}.*`)}`, { cwd, language,