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:
190190 - cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
191191 - run :
192192 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) "
194194 no_output_timeout : 30m
195195 - save_cache :
196196 key : cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
Original file line number Diff line number Diff line change 5858 shell : bash
5959 # Retry it three times to workaround compiler segfaults in windows
6060 run : cabal build || cabal build || cabal build
61-
61+
6262 - name : Test func-test suite
6363 shell : bash
6464 env :
7777 # run the tests without parallelism, otherwise tasty will attempt to run
7878 # all functional test cases simultaneously which causes way too many hls
7979 # 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