Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 0f07688

Browse files
authored
Set fail-fast to false
1 parent ef9d83b commit 0f07688

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
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ${{matrix.os}}
99

1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
os: [ubuntu-latest , macOS-latest] # , windows-latest]
1314
ghc: ['8.6.5', '8.6.4', '8.6.3', '8.6.2', '8.4.4', '8.4.3']

0 commit comments

Comments
 (0)