Skip to content

Commit

Permalink
ci: don't fail fast for matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 3, 2023
1 parent 60ce91c commit 458db98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
jobs:
unit:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]

Expand All @@ -25,6 +26,7 @@ jobs:

acceptance:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]

Expand Down

0 comments on commit 458db98

Please sign in to comment.