diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-17 09:20:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-17 09:20:41 -0700 |
commit | 5ee48c0381a76412c0e4812ae04fae4d4003b0ec (patch) | |
tree | a2f518c043dd0c8693adad000bb1534429e69667 | |
parent | 55cf0331e76a71267dc56bd6f0c343a002e524dd (diff) | |
download | pandoc-5ee48c0381a76412c0e4812ae04fae4d4003b0ec.tar.gz |
Set fail-fast to false.
So we can see the 8.8.1 failure while checking the others.
-rw-r--r-- | .github/workflows/haskell.yml | 1 |
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' |