File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ defaults: &defaults
33
33
- run :
34
34
name : Build (we need the exe for tests)
35
35
# need j1, else ghc-lib-parser triggers OOM
36
- command : stack -j 1 --stack-yaml=${STACK_FILE} install
36
+ command : stack -j 1 --stack-yaml=${STACK_FILE} install --no-terminal
37
37
no_output_timeout : 30m
38
38
39
39
- run :
40
40
name : Build Testsuite without running it
41
- command : stack -j 1 --stack-yaml=${STACK_FILE} build --test --no-run-tests
41
+ command : stack -j 1 --stack-yaml=${STACK_FILE} build --test --no-run-tests --no-terminal
42
42
no_output_timeout : 30m
43
43
44
44
- store_artifacts :
@@ -54,7 +54,7 @@ defaults: &defaults
54
54
55
55
- run :
56
56
name : Build including tests
57
- command : stack --stack-yaml=${STACK_FILE} test --no-run-tests
57
+ command : stack --stack-yaml=${STACK_FILE} test --no-run-tests --no-terminal
58
58
no_output_timeout : 120m
59
59
60
60
- save_cache :
You can’t perform that action at this time.
0 commit comments