File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,19 @@ 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
20
21
unit-tests :
21
22
name : Unit tests
22
23
uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
23
24
with :
24
25
linux_5_9_enabled : false
25
26
linux_5_10_enabled : false
26
- linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error"
27
- linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
27
+ linux_6_0_enabled : true
28
+ linux_nightly_6_1_enabled : true
29
+ linux_nightly_next_enabled : true
30
+ # this currently resolves to 6.2.dev
31
+ # It crashes some of our tests https://github.com/swift-server/swift-aws-lambda-runtime/issues/509
32
+ linux_nightly_main_enabled : false
28
33
29
34
integration-tests :
30
35
name : Integration Tests
You can’t perform that action at this time.
0 commit comments