Use 'test' target for tests.
Default target ':all' does not work for test, stick with 'test'.
This commit is contained in:
parent
5af5c0fb03
commit
870b767c70
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -58,5 +58,5 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd "${{ github.workspace }}"
|
||||
bazel test :all
|
||||
bazel test test
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user