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
6969 # work ok, but given that these CircleCI runners aren't the beefiest
7070 # machine can cause some flakiness. So pass -j1 to Tasty (NOT Stack) to
7171 # 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 "
7373 no_output_timeout : 120m
7474
7575 - run :
You can’t perform that action at this time.
0 commit comments