Skip to content

Commit

Permalink
Dont fail all CI matrices if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Sep 11, 2023
1 parent 5d49cf4 commit 821c66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
ci:
needs: ["fmt"]
strategy:
fail-fast: false
matrix:
include:
- name: Windows x86_64
Expand Down

0 comments on commit 821c66c

Please sign in to comment.