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 b485c3d commit df29ba1Copy full SHA for df29ba1
.github/workflows/pull_request.yml
@@ -20,10 +20,10 @@ jobs:
20
linux_pre_build_command: ./.github/scripts/prebuild.sh
21
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
22
windows_swift_versions: '["nightly-main"]'
23
- windows_build_command: 'Invoke-Program swift test'
+ windows_build_command: 'Invoke-Program swift test -v'
24
enable_macos_checks: true
25
macos_xcode_versions: "[\"26.0\"]"
26
- macos_build_command: swift test
+ macos_build_command: swift test -v
27
28
soundness:
29
name: Soundness
0 commit comments