Revert "Travis: disable shared libraries in test build to address test linking failures"

This reverts commit 7255d692fa.
This commit is contained in:
Jonathan Daugherty 2020-03-09 12:54:57 -07:00
parent 7255d692fa
commit 01e358b05f

View File

@ -96,7 +96,7 @@ script:
# build & run tests, build benchmarks
- cabal new-build -w ${HC} ${TEST} ${BENCH} all
- if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} --disable-shared ${BENCH} all; fi
- if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} ${BENCH} all; fi
# haddock
- rm -rf ./dist-newstyle