Skip to content

Commit c811884

Browse files
authored
Merge pull request #524 from alexfmpe/fail-fast-false
Don't fail fast in CI
2 parents e4db4ac + 5efbe86 commit c811884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell.yml

+1
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.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1', '9.12.1']
1011
os: ['ubuntu-latest', 'macos-latest']

0 commit comments

Comments
 (0)