Skip to content

Commit f527f09

Browse files
committed
continue-on-error for doctest on GHC 9
1 parent 2eba886 commit f527f09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
cabal test all
6565
6666
- name: Run doctests
67+
# doctests are broken on GHC 9 due to compiler bug:
68+
# https://gitlab.haskell.org/ghc/ghc/-/issues/19460
69+
continue-on-error: ${{ matrix.ghc == '9.0.1' }}
6770
run: |
6871
# Necessary for doctest to be found in $PATH
6972
export PATH="$HOME/.cabal/bin:$PATH"

0 commit comments

Comments
 (0)