Skip to content

Commit 287f310

Browse files
committed
Further updates to ci config.
1 parent a4b5746 commit 287f310

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ jobs:
2323
- name: Test (Default Build)
2424
run: |
2525
"${GITHUB_WORKSPACE}/bin/bazel" test --enable_workspace //util/... //ift/... //common/... --test_output=all
26-
env:
27-
CC: gcc-9
2826
2927
- name: Test (Optimized Build)
3028
run: |
3129
"${GITHUB_WORKSPACE}/bin/bazel" test --enable_workspace -c opt //util/... //ift/... //common/... --test_output=all
32-
env:
33-
CC: gcc-9
3430
3531
# TODO renable once re-implemented using a wasm build of the rust client.
3632
# - name: Build Webassembly

0 commit comments

Comments
 (0)