From: Matthieu Date: Tue, 12 Oct 2021 19:56:16 +0000 (+0400) Subject: disable tests on maxos & windows X-Git-Tag: v0.1~56^2~29 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f74b150c5aea3bb8c4fdcda19554a5ef1eecf726;p=matthieu%2Fnova.git disable tests on maxos & windows --- diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 2baaea1..e58cae7 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -55,6 +55,7 @@ jobs: key: bazel-${{ matrix.os }} - name: Execute Bazel tests shell: bash + if: matrix.os == 'ubuntu-latest' run: | bazel test //:tests # Runs a set of commands using the runners shell