Skip to content

Commit

Permalink
Remove --build_tests_only from the bazel test command in CI.
Browse files Browse the repository at this point in the history
* this will check the build rules more strictly.

#codehealth

PiperOrigin-RevId: 719145071
  • Loading branch information
hiroyuki-komatsu committed Jan 24, 2025
1 parent 8676542 commit 662b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
- name: bazel test
working-directory: ./src
run: |
bazelisk test ... --config oss_linux --build_tests_only -c dbg
bazelisk test ... --config oss_linux -c dbg

0 comments on commit 662b9b5

Please sign in to comment.