Skip to content

Commit df29ba1

Browse files
Use verbose log
1 parent b485c3d commit df29ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
linux_pre_build_command: ./.github/scripts/prebuild.sh
2121
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
2222
windows_swift_versions: '["nightly-main"]'
23-
windows_build_command: 'Invoke-Program swift test'
23+
windows_build_command: 'Invoke-Program swift test -v'
2424
enable_macos_checks: true
2525
macos_xcode_versions: "[\"26.0\"]"
26-
macos_build_command: swift test
26+
macos_build_command: swift test -v
2727

2828
soundness:
2929
name: Soundness

0 commit comments

Comments
 (0)