Skip to content

Commit

Permalink
.github: Explicitly list the test we want to run.
Browse files Browse the repository at this point in the history
Running :all seems to attempt to build a  that seems to be broken off of Mac (or maybe even everywhere).
  • Loading branch information
ivucica committed Sep 16, 2023
1 parent 4886c10 commit 0af6c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: bazel build
run: bazel build //:yatc
- name: bazel test
run: bazel test //:all
run: bazel test //:util_test

0 comments on commit 0af6c01

Please sign in to comment.