;ci: linux: rebuild code faster for haddock (it always rebuilds)

This commit is contained in:
Simon Michael 2020-03-07 14:39:43 -08:00
parent 1f03c74b0d
commit 7e1bceff35

View File

@ -194,7 +194,7 @@ jobs:
- name: Test haddock generation
shell: bash
run: |
time stack $ARGS build --haddock --no-haddock-deps --no-haddock-hyperlink-source --haddock-arguments="--no-print-missing-docs"
time stack $ARGS build --fast --haddock --no-haddock-deps --no-haddock-hyperlink-source --haddock-arguments="--no-print-missing-docs"
# --no-haddock-hyperlink-source is 25% faster
# --no-print-missing-docs is 600% quieter
env: