Skip to content

Commit

Permalink
[ci] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Aug 23, 2023
1 parent d3759a4 commit e4349c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ jobs:
# TODO: include clippy, rustfmt, golangci-lint, and testing ci tailoured
# to GitHub Actions.
- name: Run tests
run: bazel ${{env.BAZEL_ARGS}} build --disk_cache=${{runner.temp}}/_bazel_${{runner.os}}_${{runner.arch}} test //...
run: bazel ${{env.BAZEL_ARGS}} test --disk_cache=${{runner.temp}}/_bazel_${{runner.os}}_${{runner.arch}} //...

0 comments on commit e4349c5

Please sign in to comment.