File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
matrix :
29
29
package : ["hie-compat", "hls-graph", "shake-bench",
30
30
" hls-plugin-api" , "ghcide", "hls-test-utils",
31
+ " hls-cabal-plugin" ,
31
32
" hls-brittany-plugin" , "hls-floskell-plugin", "hls-fourmolu-plugin",
32
33
" hls-ormolu-plugin" , "hls-stylish-haskell-plugin",
33
34
" hls-class-plugin" , "hls-eval-plugin", "hls-explicit-imports-plugin",
Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ jobs:
244
244
run : cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS" || 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"
245
245
246
246
- if : matrix.test
247
- name : Test hls-gadt -plugin test suit
248
- run : cabal test hls-gadt -plugin --test-options="$TEST_OPTS" || 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"
247
+ name : Test hls-cabal -plugin test suit
248
+ run : cabal test hls-cabal -plugin --test-options="$TEST_OPTS" || cabal test hls-cabal -plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-cabal -plugin --test-options="$TEST_OPTS"
249
249
250
250
test_post_job :
251
251
if : always()
You can’t perform that action at this time.
0 commit comments