File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ defaults: &defaults
74
74
75
75
- run :
76
76
name : Test haskell-language-server wrapper-test suite
77
- command : stack --stack-yaml=${STACK_FILE} test haskell-language-server:wrapper-test --dump-logs --test-arguments="-j1"
77
+ command : stack --stack-yaml=${STACK_FILE} test haskell-language-server:wrapper-test --dump-logs --test-arguments="-j1" || stack --stack-yaml=${STACK_FILE} test haskell-language-server:wrapper-test --dump-logs --test-arguments="-j1"
78
78
no_output_timeout : 30m
79
79
80
80
- run :
Original file line number Diff line number Diff line change 77
77
# run the tests without parallelism, otherwise tasty will attempt to run
78
78
# all functional test cases simultaneously which causes way too many hls
79
79
# instances to be spun up for the poor github actions runner to handle
80
- run : cabal test wrapper-test --test-options="-j1"
80
+ run : cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1"
You can’t perform that action at this time.
0 commit comments