Skip to content

Commit

Permalink
CI: validate: don't fail-fast
Browse files Browse the repository at this point in the history
See discussion at #10263
  • Loading branch information
ulysses4ever authored Aug 29, 2024
1 parent 1e93e57 commit fe11422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
outputs:
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
strategy:
fail-fast: false
matrix:
sys:
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
Expand Down

0 comments on commit fe11422

Please sign in to comment.