Skip to content

Commit dceba0f

Browse files
authored
Merge pull request #10291 from haskell/ulysses4ever-patch-1
CI: validate: don't fail-fast
2 parents 94e6ad4 + f0e0985 commit dceba0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
outputs:
5959
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
6060
strategy:
61+
fail-fast: false
6162
matrix:
6263
sys:
6364
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }

0 commit comments

Comments
 (0)