File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ defaults: &defaults
69
69
# work ok, but given that these CircleCI runners aren't the beefiest
70
70
# machine can cause some flakiness. So pass -j1 to Tasty (NOT Stack) to
71
71
# tell it to go slow and steady.
72
- command : stack --stack-yaml=${STACK_FILE} test haskell-language-server --dump-logs --test-arguments="-j1"
72
+ command : stack --stack-yaml=${STACK_FILE} test haskell-language-server --dump-logs --test-arguments="-j1 --rerun-update" || stack --stack-yaml=${STACK_FILE} test haskell-language-server --dump-logs --test-arguments="-j1 --rerun" || stack --stack-yaml=${STACK_FILE} test haskell-language-server --dump-logs --test-arguments="-j1 --rerun "
73
73
no_output_timeout : 120m
74
74
75
75
- run :
You can’t perform that action at this time.
0 commit comments