ci: main: build haddocks --fast, in case that works

This commit is contained in:
Simon Michael 2022-04-25 01:48:14 -10:00
parent 81ad760e49
commit 07502bd41c

View File

@ -254,7 +254,7 @@ jobs:
env:
stack: ${{ matrix.plan.stack }}
run: |
time $stack build --haddock --no-haddock-deps --no-haddock-hyperlink-source --haddock-arguments="--no-print-missing-docs"
time $stack 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
if: env.CONTINUE