From: Matthieu Date: Wed, 20 Oct 2021 05:56:30 +0000 (+0400) Subject: fix tests X-Git-Tag: v0.1~51 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9d73c1ae895063c84c81cad101b089d874490b35;p=matthieu%2Fnova.git fix tests --- 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