mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user