Skip to content

Commit 411e758

Browse files
avoid cache invalidation
1 parent ac85353 commit 411e758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: cabal test all --ghc-options=-fhpc
4646
- run: ./scripts/generate-coverage-comment.sh constrained.tix > coverage-report.md
4747
- run: cat coverage-report.md
48-
- run: cabal haddock all
48+
- run: cabal haddock all --ghc-options=-fhpc
4949
- name: Upload coverage report
5050
uses: actions/upload-artifact@v4
5151
with:

0 commit comments

Comments
 (0)