Skip to content

Commit ccb31ab

Browse files
authored
Don't cancel other matrix builds when one fails
1 parent 1ca92f1 commit ccb31ab

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]
55
jobs:
66
build:
77
strategy:
8+
fail-fast: false
89
matrix:
910
resolver:
1011
- 'lts'

0 commit comments

Comments
 (0)