aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-17 09:20:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-17 09:20:41 -0700
commit5ee48c0381a76412c0e4812ae04fae4d4003b0ec (patch)
treea2f518c043dd0c8693adad000bb1534429e69667 /.github
parent55cf0331e76a71267dc56bd6f0c343a002e524dd (diff)
downloadpandoc-5ee48c0381a76412c0e4812ae04fae4d4003b0ec.tar.gz
Set fail-fast to false.
So we can see the 8.8.1 failure while checking the others.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/haskell.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml
index efac066a6..36cd154ab 100644
--- a/.github/workflows/haskell.yml
+++ b/.github/workflows/haskell.yml
@@ -29,6 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
versions:
- ghc: '8.0.2'