Skip to content

Commit

Permalink
simplify bazel command
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Oct 13, 2024
1 parent e4bc93e commit ded0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
repository-cache: true
bazelisk-version: 1.x
- name: Build and Run Unit Tests
run: bazel test --test_output=all -s --toolchain_resolution_debug=.* //...
run: bazel test -s --toolchain_resolution_debug=.* //...
shell: cmd

0 comments on commit ded0548

Please sign in to comment.