Skip to content

Commit

Permalink
Change fail-fast in CI to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 26, 2024
1 parent da539f7 commit dd8b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

test:
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- ubuntu
Expand Down

0 comments on commit dd8b637

Please sign in to comment.