File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 69
69
# Retry it three times to workaround compiler segfaults in windows
70
70
run : cabal build || cabal build || cabal build
71
71
72
+ - name : Test ghcide
73
+ if : ${{ !matrix.ghc-lib }}
74
+ shell : bash
75
+ # run the tests without parallelism to avoid running out of memory
76
+ run : cabal test ghcide --test-options="-j1 --rerun-update" || cabal test ghcide --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test ghcide --test-options="-j1 --rerun"
77
+
72
78
- name : Test func-test suite
73
79
if : ${{ !matrix.ghc-lib }}
74
80
shell : bash
90
96
# all functional test cases simultaneously which causes way too many hls
91
97
# instances to be spun up for the poor github actions runner to handle
92
98
run : cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1"
93
-
94
- - name : Test ghcide
95
- if : ${{ !matrix.ghc-lib }}
96
- shell : bash
97
- # run the tests without parallelism to avoid running out of memory
98
- run : cabal test ghcide --test-options="-j1 --rerun-update" || cabal test ghcide --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test ghcide --test-options="-j1 --rerun"
You can’t perform that action at this time.
0 commit comments