mirror of
https://github.com/GaloisInc/what4.git
synced 2024-12-01 20:23:10 +03:00
Explicitly enable tests in github workflow cabal configuration.
This commit is contained in:
parent
06f883ce76
commit
3a1e655c47
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user