Travis: run tests sequentially.
They're too intensive and already make good use of the availabe CPU and RAM.
This commit is contained in:
parent
1770734cdb
commit
e9c4ea69a5
@ -51,4 +51,4 @@ 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.
|
# 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:
|
script:
|
||||||
- cabal-meta install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
|
- cabal-meta install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls
|
||||||
- cabal-meta install --run-tests
|
- cabal-meta install --run-tests --jobs=1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user