Skip to content

Commit

Permalink
Don't fail all CI runs if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Dec 3, 2024
1 parent 1d2976e commit 0429fab
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 @@ -22,6 +22,7 @@ jobs:
linux:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
compiler:
- gcc
Expand All @@ -43,6 +44,7 @@ jobs:
macos:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
group:
- group1
Expand Down

0 comments on commit 0429fab

Please sign in to comment.