lib: re-enable doctests with ghc 8.10, to improve CI test

This commit is contained in:
Simon Michael 2022-08-29 10:53:10 +01:00
parent c97e05e0dd
commit ab01c7c2a2
2 changed files with 2 additions and 3 deletions

View File

@ -227,6 +227,7 @@ jobs:
# # --pedantic --no-run-benchmarks
# if: env.CONTINUE
# Note: doctests won't run if using GHC 9.0, see hledger-lib/package.yaml
- name: Build all hledger modules fast, warning free, run unit/doc/bench tests
env:
stack: ${{ matrix.plan.stack }}

View File

@ -171,9 +171,7 @@ tests:
when:
# disable doctest with GHC 9.0, https://github.com/sol/doctest/issues/301
#- condition: impl(ghc >= 9.0) && impl(ghc < 9.2)
# GHC 8.6 seems to be failing now also
- condition: impl(ghc < 9.2)
- condition: impl(ghc >= 9.0) && impl(ghc < 9.2)
buildable: false
# ghc 8.4+ on mac needs this workaround. See