We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908a4d8 commit a776184Copy full SHA for a776184
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
- fail-fast: false
+ fail-fast: true
9
matrix:
10
ghc: ["8.10.2", "8.10.1", "8.8.4", "8.8.3", "8.8.2", "8.6.5", "8.6.4"]
11
os: [ubuntu-latest, windows-latest]
0 commit comments