Skip to content

Commit 42f4cf8

Browse files
committed
Don't fail fast in CI
1 parent cc8f1fc commit 42f4cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7+
fail-fast: false
78
strategy:
89
matrix:
910
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']

0 commit comments

Comments
 (0)