We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b687380 commit 6d20fa4Copy full SHA for 6d20fa4
.github/workflows/check.yml
@@ -431,7 +431,7 @@ jobs:
431
type: minimal
432
language: swift
433
434
- - 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
435
436
- name: Set output
437
id: setoutput
scripts/cts/runCts.ts
@@ -114,7 +114,7 @@ async function runCtsOne(
114
break;
115
case 'swift':
116
await run(
117
- `swift test -Xswiftc -suppress-warnings -q --parallel ${filter((f) => `--filter ${f}.*`)}`,
+ `swift test -Xswiftc -suppress-warnings -v --parallel ${filter((f) => `--filter ${f}.*`)}`,
118
{
119
cwd,
120
language,
0 commit comments