ci: binaries-linux-x64: also run some unit tests

This commit is contained in:
Simon Michael 2024-04-17 14:34:13 -10:00
parent 4e5a2dcc70
commit 06d6730a79

View File

@ -172,6 +172,10 @@ jobs:
stack build --ghc-options='-optl-static -optl-pthread' hledger-ui # || (echo "ERROR: building hledger-ui failed"; false)
stack build --ghc-options='-optl-static -optl-pthread' hledger-web # || (echo "ERROR: building hledger-web failed"; false)
- name: Run built-in unit tests
run: |
stack exec --ghc-options='-optl-static -optl-pthread' -- hledger test
- name: Gather binaries
run: |
mkdir tmp