;ci: linux: rebuild code faster for haddock (it always rebuilds)
This commit is contained in:
parent
1f03c74b0d
commit
7e1bceff35
2
.github/workflows/linux-nightly.yml
vendored
2
.github/workflows/linux-nightly.yml
vendored
@ -194,7 +194,7 @@ jobs:
|
|||||||
- name: Test haddock generation
|
- name: Test haddock generation
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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-haddock-hyperlink-source is 25% faster
|
||||||
# --no-print-missing-docs is 600% quieter
|
# --no-print-missing-docs is 600% quieter
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user