Skip to content

Commit abffc75

Browse files
committed
add -c fastbuild to bazel CI build/test commands
1 parent 6734cbe commit abffc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
2727
- name: "Run `bazel build`"
2828
run: |
29-
bazel build //...
29+
bazel build -c fastbuild //...
3030
3131
- name: "Run `bazel test`"
3232
run: |
33-
bazel test //...
33+
bazel test -c fastbuild //...

0 commit comments

Comments
 (0)