Skip to content

Commit bfaa86e

Browse files
committed
disable testing of refine imports plugin
1 parent 2c4e7eb commit bfaa86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cabal-ghc921.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)