Skip to content

Commit

Permalink
add -c fastbuild to bazel CI build/test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Oct 27, 2023
1 parent 6734cbe commit abffc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: "Run `bazel build`"
run: |
bazel build //...
bazel build -c fastbuild //...
- name: "Run `bazel test`"
run: |
bazel test //...
bazel test -c fastbuild //...

0 comments on commit abffc75

Please sign in to comment.