File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ jobs:
96
96
run : cabal build || cabal build || cabal build
97
97
98
98
- name : Test ghcide
99
- if : ${{ !matrix.ghc-lib && matrix.test }}
99
+ if : ${{ matrix.test }}
100
100
# run the tests without parallelism to avoid running out of memory
101
101
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"
102
102
103
103
- name : Test func-test suite
104
- if : ${{ !matrix.ghc-lib && matrix.test }}
104
+ if : ${{ matrix.test }}
105
105
env :
106
106
HLS_TEST_EXE : hls
107
107
HLS_WRAPPER_TEST_EXE : hls-wrapper
@@ -111,7 +111,7 @@ jobs:
111
111
run : 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"
112
112
113
113
- name : Test wrapper-test suite
114
- if : ${{ !matrix.ghc-lib && matrix.test }}
114
+ if : ${{ matrix.test }}
115
115
env :
116
116
HLS_TEST_EXE : hls
117
117
HLS_WRAPPER_TEST_EXE : hls-wrapper
You can’t perform that action at this time.
0 commit comments