We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b5746 commit 287f310Copy full SHA for 287f310
.github/workflows/ci.yml
@@ -23,14 +23,10 @@ jobs:
23
- name: Test (Default Build)
24
run: |
25
"${GITHUB_WORKSPACE}/bin/bazel" test --enable_workspace //util/... //ift/... //common/... --test_output=all
26
- env:
27
- CC: gcc-9
28
29
- name: Test (Optimized Build)
30
31
"${GITHUB_WORKSPACE}/bin/bazel" test --enable_workspace -c opt //util/... //ift/... //common/... --test_output=all
32
33
34
35
# TODO renable once re-implemented using a wasm build of the rust client.
36
# - name: Build Webassembly
0 commit comments