From 9d73c1ae895063c84c81cad101b089d874490b35 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 20 Oct 2021 09:56:30 +0400 Subject: [PATCH] fix tests --- .github/workflows/bazel-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5