File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 name : Test hls-tactics-plugin test suite
191191 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"
192192
193- - if : matrix.test
193+ - if : matrix.test && matrix.ghc != '9.2.1'
194194 name : Test hls-refine-imports-plugin test suite
195195 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"
196196
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ packages:
1313 ./plugins/hls-class-plugin
1414 -- ./plugins/hls-eval-plugin
1515 ./plugins/hls-explicit-imports-plugin
16- ./plugins/hls-refine-imports-plugin
16+ -- ./plugins/hls-refine-imports-plugin
1717 -- ./plugins/hls-hlint-plugin
1818 ./plugins/hls-rename-plugin
1919 -- ./plugins/hls-retrie-plugin
You can’t perform that action at this time.
0 commit comments