diff options
| -rw-r--r-- | .github/workflows/bazel-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index d6aa113..e179f4e 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -57,7 +57,7 @@ jobs: shell: bash
if: matrix.os == 'ubuntu-latest'
run: |
- bazel test //:tests
+ bazel test //...:all
# Runs a set of commands using the runners shell
- name: Execute build script
shell: bash
|
