Only one thread for tests

This commit is contained in:
Jose Lorenzo Rodriguez 2018-10-29 13:46:03 +01:00
parent 1d44a0d6fa
commit 4901968663
No known key found for this signature in database
GPG Key ID: 8B613385E9D32B11

View File

@ -69,7 +69,8 @@ defaults: &defaults
- run:
name: Test
command: stack -j 2 --stack-yaml=${STACK_FILE} test --dump-logs
# Tests MUST run with -j1, since multiple ghc-mod sessions are not allowed
command: stack -j 1 --stack-yaml=${STACK_FILE} test --dump-logs
no_output_timeout: 120m
- store_artifacts: