mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
test: Run all tests with --fast compilation, not just functests.
This commit is contained in:
parent
1d9be4c2de
commit
bcaa6ac3c8
2
Makefile
2
Makefile
@ -435,7 +435,7 @@ test: functest bench \
|
||||
|
||||
# For quieter tests add --silent. It may hide troubleshooting info.
|
||||
# For very verbose tests add --verbosity=debug. It seems hard to get something in between.
|
||||
STACKTEST=$(STACK) test
|
||||
STACKTEST=$(STACK) test --fast
|
||||
# When doing build testing, save a little time and output noise by not
|
||||
# running tests & benchmarks. Comment this out if you want to run them.
|
||||
SKIPTESTSBENCHS=--no-run-tests --no-run-benchmarks
|
||||
|
Loading…
Reference in New Issue
Block a user