Skip to content

Commit cd74aa7

Browse files
andreasabelhasufell
authored andcommitted
CI: speed up haddock step
`cabal haddock`: option `--disable-documentation` prevents reinstalling all the dependencies
1 parent 597e70f commit cd74aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cd unix-*/
4444
cabal test all --test-show-details=direct
4545
- name: Haddock
46-
run: cabal haddock
46+
run: cabal haddock --disable-documentation
4747

4848
centos7:
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)