@@ -169,7 +169,7 @@ jobs:
169
169
name : Test hls-brittany-plugin
170
170
run : 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"
171
171
172
- - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
172
+ - if : matrix.test
173
173
name : Test hls-refactor-plugin
174
174
run : cabal test hls-refactor-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-refactor-plugin --test-options="$TEST_OPTS"
175
175
@@ -193,7 +193,7 @@ jobs:
193
193
name : Test hls-haddock-comments-plugin
194
194
run : cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS"
195
195
196
- - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
196
+ - if : matrix.test
197
197
name : Test hls-splice-plugin
198
198
run : cabal test hls-splice-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-splice-plugin --test-options="$TEST_OPTS"
199
199
@@ -205,7 +205,7 @@ jobs:
205
205
name : Test hls-ormolu-plugin
206
206
run : cabal test hls-ormolu-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-ormolu-plugin --test-options="$TEST_OPTS"
207
207
208
- - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
208
+ - if : matrix.test
209
209
name : Test hls-fourmolu-plugin
210
210
run : cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-fourmolu-plugin --test-options="$TEST_OPTS"
211
211
@@ -225,11 +225,11 @@ jobs:
225
225
name : Test hls-call-hierarchy-plugin test suite
226
226
run : 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"
227
227
228
- - if : matrix.test && matrix.os != 'windows-latest' && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
228
+ - if : matrix.test && matrix.os != 'windows-latest'
229
229
name : Test hls-rename-plugin test suite
230
230
run : 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"
231
231
232
- - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
232
+ - if : matrix.test
233
233
name : Test hls-hlint-plugin test suite
234
234
run : cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="$TEST_OPTS"
235
235
@@ -249,15 +249,15 @@ jobs:
249
249
name : Test hls-qualify-imported-names-plugin test suite
250
250
run : cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS"
251
251
252
- - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
252
+ - if : matrix.test
253
253
name : Test hls-code-range-plugin test suite
254
254
run : cabal test hls-code-range-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-code-range-plugin --test-options="$TEST_OPTS"
255
255
256
256
- if : matrix.test
257
257
name : Test hls-change-type-signature test suite
258
258
run : cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS"
259
259
260
- - if : matrix.test && matrix.ghc != '9.4.2' && matrix.ghc != '9.4.3'
260
+ - if : matrix.test
261
261
name : Test hls-gadt-plugin test suit
262
262
run : cabal test hls-gadt-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-gadt-plugin --test-options="$TEST_OPTS"
263
263
0 commit comments