Skip to content

Commit

Permalink
CI: validate: the matrix won't fail-fast
Browse files Browse the repository at this point in the history
Which means that if a Windows job fails, all other jobs in the matrix
will be allowed to finish (other platforms, as well as other compilers on Windows, etc.)

Inspired by the discussion at #10263
  • Loading branch information
ulysses4ever committed Aug 30, 2024
1 parent 1e93e57 commit 44950ea
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 44950ea

Please sign in to comment.