Skip to content

Commit

Permalink
ci: do not fast-fail test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 21, 2022
1 parent 4c51903 commit 195151e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
name: Unit tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-11
Expand Down

0 comments on commit 195151e

Please sign in to comment.