Skip to content

Commit b63a8ca

Browse files
committed
Enable nightly toolchain CI
1 parent b2d8352 commit b63a8ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -56,4 +55,3 @@ jobs:
5655
with:
5756
name: "Example packages"
5857
matrix_linux_command: "./scripts/test-examples.sh"
59-
matrix_linux_nightly_main_enabled: false

0 commit comments

Comments
 (0)