disable tests on maxos & windows

This commit is contained in:
Matthieu 2021-10-12 23:56:16 +04:00
parent 97b7b2df01
commit f74b150c5a

View file

@ -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