We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f64de commit e1a5752Copy full SHA for e1a5752
.circleci/config.yml
@@ -69,7 +69,7 @@ defaults: &defaults
69
# work ok, but given that these CircleCI runners aren't the beefiest
70
# machine can cause some flakiness. So pass -j1 to Tasty (NOT Stack) to
71
# tell it to go slow and steady.
72
- command: stack --stack-yaml=${STACK_FILE} test haskell-language-server --dump-logs --test-arguments="-j1"
+ 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
no_output_timeout: 120m
74
75
- run:
0 commit comments