Explicitly enable tests in github workflow cabal configuration.

This commit is contained in:
Kevin Quick 2021-04-20 09:59:42 -07:00
parent 06f883ce76
commit 3a1e655c47
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -90,7 +90,7 @@ jobs:
# LD_LIBRARY_PATH manipulation may be removed for all steps.
run: |
cd what4
$NS 'LD_LIBRARY_PATH="$ZLIB_LOC:$LD_LIBRARY_PATH" cabal configure -fSTPTestDisable -fdRealTestDisable -fsolverTests --extra-lib-dirs="$ZLIB_LOC"'
$NS 'LD_LIBRARY_PATH="$ZLIB_LOC:$LD_LIBRARY_PATH" cabal configure --enable-tests -fSTPTestDisable -fdRealTestDisable -fsolverTests --extra-lib-dirs="$ZLIB_LOC"'
- name: Build
shell: bash
run: |