Skip to content

Commit 3765688

Browse files
committed
Don't fail-fast in github actions
This way we can see all the broken versions of ghc instead of just one
1 parent cd3c8d5 commit 3765688

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.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.2']
1011
os: ['ubuntu-latest', 'macos-latest']

0 commit comments

Comments
 (0)