We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e0841 commit 9aac126Copy full SHA for 9aac126
.github/workflows/pull_request.yml
@@ -28,6 +28,7 @@ jobs:
28
# this currently resolves to 6.1 nightly
29
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
30
linux_nightly_next_enabled: true
31
+ linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error"
32
# this currently resolves to 6.2.dev
33
# It crashes some of our tests https://github.com/swift-server/swift-aws-lambda-runtime/issues/509
34
linux_nightly_main_enabled: true
0 commit comments