Skip to content

Commit

Permalink
CI: speed up haddock step
Browse files Browse the repository at this point in the history
`cabal haddock`: option `--disable-documentation` prevents
reinstalling all the dependencies
  • Loading branch information
andreasabel committed Mar 22, 2024
1 parent 59f9273 commit ee11ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee11ddd

Please sign in to comment.