We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf643b commit 7988b03Copy full SHA for 7988b03
.github/workflows/test.yml
@@ -223,7 +223,7 @@ jobs:
223
name: Test hls-explicit-imports-plugin test suite
224
run: cabal test hls-explicit-imports-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-explicit-imports-plugin --test-options="$TEST_OPTS"
225
226
- - if: matrix.test
+ - if: matrix.test && matrix.os != 'windows-latest'
227
name: Test hls-call-hierarchy-plugin test suite
228
run: cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS"
229
0 commit comments