Skip to content

Commit 96b1a3b

Browse files
committed
Don't fail fast in CI
1 parent cc8f1fc commit 96b1a3b

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
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
strategy:
8+
fail-fast: false
89
matrix:
910
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
1011
os: ['ubuntu-latest', 'macos-latest']

0 commit comments

Comments
 (0)