File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,13 @@ jobs:
17
17
format_check_container_image : " swiftlang/swift:nightly-6.1-jammy"
18
18
yamllint_check_enabled : true
19
19
20
- # https://github.com/apple/swift-nio/blob/main/.github/workflows/unit_tests.yml
21
20
unit-tests :
22
21
name : Unit tests
23
22
uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
24
23
with :
25
24
linux_5_9_enabled : false
26
25
linux_5_10_enabled : false
27
- linux_6_0_enabled : true
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
26
+ linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error"
35
27
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
36
28
37
29
integration-tests :
You can’t perform that action at this time.
0 commit comments