Skip to content

Commit

Permalink
chore: disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 8, 2024
1 parent ff03797 commit 85ba477
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand All @@ -14,5 +15,3 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: bazelisk test ...
working-directory: test
continue-on-error: true

0 comments on commit 85ba477

Please sign in to comment.