disable tests on maxos & windows
This commit is contained in:
parent
97b7b2df01
commit
f74b150c5a
1
.github/workflows/bazel-build.yml
vendored
1
.github/workflows/bazel-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue