Skip to content

Commit

Permalink
Merge pull request #10291 from haskell/ulysses4ever-patch-1
Browse files Browse the repository at this point in the history
CI: validate: don't fail-fast
  • Loading branch information
mergify[bot] authored Sep 1, 2024
2 parents 94e6ad4 + f0e0985 commit dceba0f
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 dceba0f

Please sign in to comment.