Skip to content
Snippets Groups Projects
Commit cd74aa76 authored by andreas.abel's avatar andreas.abel Committed by Julian Ospald
Browse files

CI: speed up haddock step

`cabal haddock`: option `--disable-documentation` prevents
reinstalling all the dependencies
parent 597e70f0
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ jobs:
cd unix-*/
cabal test all --test-show-details=direct
- name: Haddock
run: cabal haddock
run: cabal haddock --disable-documentation
centos7:
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment