File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,15 @@ jobs:
150
150
name : Test hls-brittany-plugin
151
151
run : cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-brittany-plugin --test-options="$TEST_OPTS"
152
152
153
- - if : matrix.test
153
+ - if : matrix.test && matrix.ghc != '9.2.1'
154
154
name : Test hls-floskell-plugin
155
155
run : cabal test hls-floskell-plugin --test-options="$TEST_OPTS" || cabal test hls-floskell-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-floskell-plugin --test-options="$TEST_OPTS"
156
156
157
157
- if : matrix.test
158
158
name : Test hls-class-plugin
159
159
run : cabal test hls-class-plugin --test-options="$TEST_OPTS" || cabal test hls-class-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-class-plugin --test-options="$TEST_OPTS"
160
160
161
- - if : matrix.test && matrix.ghc != '9.2.1'
161
+ - if : matrix.test
162
162
name : Test hls-pragmas-plugin
163
163
run : cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || cabal test hls-pragmas-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-pragmas-plugin --test-options="$TEST_OPTS"
164
164
@@ -202,7 +202,7 @@ jobs:
202
202
name : Test hls-call-hierarchy-plugin test suite
203
203
run : cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS"
204
204
205
- - if : matrix.test && matrix.ghc != '9.2.1'
205
+ - if : matrix.test
206
206
name : Test hls-rename-plugin test suite
207
207
run : cabal test hls-rename-plugin --test-options="$TEST_OPTS" || cabal test hls-rename-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-rename-plugin --test-options="$TEST_OPTS"
208
208
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ packages:
26
26
-- ./plugins/hls-ormolu-plugin
27
27
./plugins/hls-call-hierarchy-plugin
28
28
-- ./plugins/hls-alternate-number-format-plugin
29
+ ../lsp/lsp-test
29
30
30
31
source-repository-package
31
32
type: git
You can’t perform that action at this time.
0 commit comments