File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,22 @@ jobs:
2222
2323 - name : Test (Default Build)
2424 run : |
25- "${GITHUB_WORKSPACE}/bin/bazel" test //analysis/... //patch_subset/... //util/... //ift/... //common/... --test_output=all
25+ "${GITHUB_WORKSPACE}/bin/bazel" test --enable_workspace //util/... //ift/... //common/... --test_output=all
2626 env :
2727 CC : gcc-9
2828
2929 - name : Test (Optimized Build)
3030 run : |
31- "${GITHUB_WORKSPACE}/bin/bazel" test -c opt //analysis/... //patch_subset/... //util/... //ift/... //common/... --test_output=all
31+ "${GITHUB_WORKSPACE}/bin/bazel" test --enable_workspace - c opt //util/... //ift/... //common/... --test_output=all
3232 env :
3333 CC : gcc-9
3434
35- - name : Build Webassembly
36- run : |
37- "${GITHUB_WORKSPACE}/bin/bazel" build --copt=-Os js_client:patch_subset_wasm js_client:ift_wasm
38- env :
39- CC : gcc-9
35+ # TODO renable once re-implemented using a wasm build of the rust client.
36+ # - name: Build Webassembly
37+ # run: |
38+ # "${GITHUB_WORKSPACE}/bin/bazel" build --enable_workspace --copt=-Os js_client:patch_subset_wasm js_client:ift_wasm
39+ # env:
40+ # CC: gcc-9
4041
4142 check_tests_osx :
4243 name : Check Tests (Mac OS)
4950 brew install bazelisk
5051
5152 - name : Run Tests
52- run : bazel test //analysis/... //patch_subset/... //util/... //ift/... //common/... --test_output=all
53+ run : bazel test --enable_workspace //util/... //ift/... //common/... --test_output=all
5354
5455 check_formatting :
5556 name : Check Formatting
You can’t perform that action at this time.
0 commit comments