File tree 2 files changed +9
-13
lines changed
2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,7 @@ defaults: &defaults
69
69
70
70
- run :
71
71
name : Setup stack eval stack.html
72
- command : cp resolver.txt test/testdata/eval/stack.yaml;grep '^compiler:' stack-build.txt >> test/testdata/eval/stack.yaml
73
-
74
- # - run:
75
- # name: Show resolver
76
- # command: cat resolver.txt
72
+ command : grep '^resolver:' stack-build.txt > test/testdata/eval/stack.yaml;grep '^compiler:' stack-build.txt >> test/testdata/eval/stack.yaml
77
73
78
74
- run :
79
75
name : Test haskell-language-server func-test suite
@@ -189,11 +185,11 @@ workflows:
189
185
multiple-ghcs :
190
186
jobs :
191
187
- ghc-8.6.4
192
- # - ghc-8.6.5
193
- # - ghc-8.8.2
194
- # - ghc-8.8.3
195
- # - ghc-8.8.4
196
- # - ghc-8.10.1
197
- # - ghc-8.10.2
188
+ - ghc-8.6.5
189
+ - ghc-8.8.2
190
+ - ghc-8.8.3
191
+ - ghc-8.8.4
192
+ - ghc-8.10.1
193
+ - ghc-8.10.2
198
194
# - ghc-nightly
199
- # - cabal
195
+ - cabal
Original file line number Diff line number Diff line change 71
71
# run the tests without parallelism, otherwise tasty will attempt to run
72
72
# all functional test cases simultaneously which causes way too many hls
73
73
# instances to be spun up for the poor github actions runner to handle
74
- run : cabal test func-test --test-options="-j1 --rerun-update" || cabal test func-test --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test func-test --test-options="-j1 --rerun"
74
+ run : cabal test func-test --test-options="-j1 --rerun-update" || cabal test func-test --test-options="-j1 --rerun --rerun-update" || cabal test func-test --test-options="-j1 --rerun " || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test func-test --test-options="-j1 --rerun"
75
75
76
76
- name : Test wrapper-test suite
77
77
shell : bash
You can’t perform that action at this time.
0 commit comments