File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ jobs:
2121 linux_5_10_arguments_override : " --explicit-target-dependency-import-check error"
2222 linux_6_0_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2323 linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error"
24- linux_nightly_main_enabled : false
24+ linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error "
2525
2626 integration-test :
2727 name : Integration test
2828 uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
2929 with :
3030 name : " Integration test"
3131 matrix_linux_command : " apt-get update -yq && apt-get install -yq jq && SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE} ./scripts/run-integration-test.sh"
32- matrix_linux_nightly_main_enabled : false
3332
3433 compatibility-test :
3534 name : Compatibility test
5655 with :
5756 name : " Example packages"
5857 matrix_linux_command : " ./scripts/test-examples.sh"
59- matrix_linux_nightly_main_enabled : false
You can’t perform that action at this time.
0 commit comments