We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6734cbe commit abffc75Copy full SHA for abffc75
1 file changed
.github/workflows/build_and_test.yml
@@ -26,8 +26,8 @@ jobs:
26
27
- name: "Run `bazel build`"
28
run: |
29
- bazel build //...
+ bazel build -c fastbuild //...
30
31
- name: "Run `bazel test`"
32
33
- bazel test //...
+ bazel test -c fastbuild //...
0 commit comments