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 aacd742 commit 28df3c0Copy full SHA for 28df3c0
.github/workflows/pull_request.yml
@@ -29,6 +29,7 @@ jobs:
29
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"6.0\"}, {\"swift_version\": \"6.1\"}, {\"swift_version\": \"nightly\"}, {\"swift_version\": \"nightly-6.1\"}]"
30
enable_macos_checks: false
31
enable_windows_checks: false
32
+ linux_build_command: swift test --disable-experimental-prebuilts # prebuilt swift-syntax not building
33
34
soundness:
35
name: Soundness
0 commit comments