File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
name : Test hls-tactics-plugin test suite
191
191
run : cabal test hls-tactics-plugin --test-options="$TEST_OPTS" || cabal test hls-tactics-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-tactics-plugin --test-options="$TEST_OPTS"
192
192
193
- - if : matrix.test
193
+ - if : matrix.test && matrix.ghc != '9.2.1'
194
194
name : Test hls-refine-imports-plugin test suite
195
195
run : cabal test hls-refine-imports-plugin --test-options="$TEST_OPTS" || cabal test hls-refine-imports-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-refine-imports-plugin --test-options="$TEST_OPTS"
196
196
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ packages:
13
13
./plugins/hls-class-plugin
14
14
-- ./plugins/hls-eval-plugin
15
15
./plugins/hls-explicit-imports-plugin
16
- ./plugins/hls-refine-imports-plugin
16
+ -- ./plugins/hls-refine-imports-plugin
17
17
-- ./plugins/hls-hlint-plugin
18
18
./plugins/hls-rename-plugin
19
19
-- ./plugins/hls-retrie-plugin
You can’t perform that action at this time.
0 commit comments