Skip to content

Commit 7d58a66

Browse files
committed
Enable tests fail-fast
1 parent 04bb1bf commit 7d58a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
runs-on: ${{ matrix.os }}
77
strategy:
8-
fail-fast: false
8+
fail-fast: true
99
matrix:
1010
ghc: ["8.10.2", "8.10.1", "8.8.4", "8.8.3", "8.8.2", "8.6.5", "8.6.4"]
1111
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)