summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-20 09:56:30 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-20 09:56:30 +0400
commit9d73c1ae895063c84c81cad101b089d874490b35 (patch)
tree9a90d6af59925a9440bdfff103a88ac36eb6fec0
parent861993c31aed98f04552d01d70bbf9289891bb16 (diff)
fix tests
-rw-r--r--.github/workflows/bazel-build.yml2
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