Travis: Explicitly run each test suite.
Travis is timing out and I can't see where in the test suite we're having problems.
This commit is contained in:
parent
4ff73d87d8
commit
e127371df6
@ -53,5 +53,8 @@ before_script:
|
||||
|
||||
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
||||
script:
|
||||
- cabal-meta install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
|
||||
- cabal-meta install --run-tests --jobs=1
|
||||
- cabal-meta install --enable-tests --enable-benchmarks --force-reinstalls
|
||||
- serversession/dist/build/tests/tests
|
||||
- serversession-backend-acid-state/dist/build/tests/tests
|
||||
- serversession-backend-persistent/dist/build/tests/tests
|
||||
- serversession-backend-redis/dist/build/tests/tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user