File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
- cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
191
191
- run :
192
192
name : Build
193
- command : nix-shell -j4 --run "cabal new-update && cabal new-build -j1 --enable-tests"
193
+ command : nix-shell -j4 --run "cabal new-update && ( cabal new-build -j1 --enable-tests || cabal new-build -j1 --enable-tests) "
194
194
no_output_timeout : 30m
195
195
- save_cache :
196
196
key : cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
Original file line number Diff line number Diff line change 58
58
shell : bash
59
59
# Retry it three times to workaround compiler segfaults in windows
60
60
run : cabal build || cabal build || cabal build
61
-
61
+
62
62
- name : Test func-test suite
63
63
shell : bash
64
64
env :
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"
You can’t perform that action at this time.
0 commit comments