File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
name : Test hls-haddock-comments-plugin
187
187
run : cabal test hls-haddock-comments-plugin --test-options="$TEST_OPTS" || 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"
188
188
189
- - if : matrix.test && matrix.ghc != '9.2.2'
189
+ - if : matrix.test
190
190
name : Test hls-splice-plugin
191
191
run : cabal test hls-splice-plugin --test-options="$TEST_OPTS" || 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"
192
192
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ constraints:
49
49
-haddockComments
50
50
-hlint
51
51
-retrie
52
- -splice
53
52
-stylishhaskell
54
53
-tactic,
55
54
You can’t perform that action at this time.
0 commit comments