File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,15 @@ jobs:
12
12
run : sudo xcode-select -s /Applications/Xcode_13.2.app
13
13
- name : test
14
14
run : bazelisk test //...
15
- # TODO: Re-enable once Swift 5.7 is released
16
- # linux-test:
17
- # name: Linux test
18
- # runs-on: ubuntu-20.04
19
- # steps:
20
- # - uses: actions/checkout@v1
21
- # - uses: fwal/setup-swift@9b115e243bda8c144c113b8cb26fe3d48e9c47bf
22
- # with:
23
- # swift-version: "5.7"
24
- # - name: Get swift version
25
- # run: swift --version
26
- # - name: test
27
- # run: CC=clang bazelisk test --build_tests_only //test:swift_binary_test //test:swift_test
15
+ linux-test :
16
+ name : Linux test
17
+ runs-on : ubuntu-20.04
18
+ steps :
19
+ - uses : actions/checkout@v1
20
+ - uses : fwal/setup-swift@286618643423cd7921459c230b7cd8a96c9c7a10
21
+ with :
22
+ swift-version : " 5.7"
23
+ - name : Get swift version
24
+ run : swift --version
25
+ - name : test
26
+ run : CC=clang bazelisk test --build_tests_only //test:swift_binary_test //test:swift_test
You can’t perform that action at this time.
0 commit comments