Skip to content

Commit 1fb5e3b

Browse files
authored
Merge pull request #5796 from IntersectMBO/lehins/disable-doctest
Disable doctest to unblock `master`
2 parents 666ce77 + f65f290 commit 1fb5e3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,9 @@ jobs:
356356
cabal install doctest --flag cabal-doctest --ignore-project --overwrite-policy=always
357357
echo "$BINDIR" >> ${GITHUB_PATH}
358358
359+
# FIXME: Disabled. See: https://github.com/IntersectMBO/cardano-ledger/issues/5795
359360
- name: Run doctests
360-
if: matrix.ghc != '9.14.1'
361+
if: false && matrix.ghc != '9.14.1'
361362
run: scripts/doctest.sh "${{ matrix.package }}"
362363

363364
test-summary:

0 commit comments

Comments
 (0)