tools: travis: also run the hunit unit tests by default

Run at least some unit tests by default again.
The hunit tests are fast and we can run them without any rebuilding.
This commit is contained in:
Simon Michael 2017-06-06 09:34:52 -07:00
parent 1755f71202
commit 9650e88cc5

View File

@ -116,6 +116,10 @@ script: # command output is not hidden
- stack build --ghc-options=-Werror hledger-web
- stack build --ghc-options=-Werror hledger-api
# run the built-in hunit tests. This doesn't run the doctests,
# but doesn't require rebuilding and is fast
- stack exec -- hledger test
# run functional tests, skipping the ones for addons
- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons