workflow: minor changes

This commit is contained in:
Michele Caini
2024-05-17 11:51:29 +02:00
parent c9ecfa049f
commit b8af4c6d71

View File

@@ -3,6 +3,7 @@ name: bazel
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
@@ -10,8 +11,10 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- uses: actions/checkout@v4
- run: bazelisk test --config=ci ...