summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bazel-build.yml1
1 files changed, 1 insertions, 0 deletions
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