mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 15:05:47 +00:00
CI: don't fail fast so we can figure out...
which base versions need MonadPlus imported.
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: true
|
||||
fail-fast: false # for now
|
||||
matrix:
|
||||
versions:
|
||||
- ghc: '8.10'
|
||||
|
||||
Reference in New Issue
Block a user