We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 666ce77 + f65f290 commit 1fb5e3bCopy full SHA for 1fb5e3b
1 file changed
.github/workflows/haskell.yml
@@ -356,8 +356,9 @@ jobs:
356
cabal install doctest --flag cabal-doctest --ignore-project --overwrite-policy=always
357
echo "$BINDIR" >> ${GITHUB_PATH}
358
359
+ # FIXME: Disabled. See: https://github.com/IntersectMBO/cardano-ledger/issues/5795
360
- name: Run doctests
- if: matrix.ghc != '9.14.1'
361
+ if: false && matrix.ghc != '9.14.1'
362
run: scripts/doctest.sh "${{ matrix.package }}"
363
364
test-summary:
0 commit comments