We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bff8a commit fe7d852Copy full SHA for fe7d852
.github/workflows/test.yml
@@ -221,7 +221,7 @@ jobs:
221
name: Test hls-explicit-imports-plugin test suite
222
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"
223
224
- - if: matrix.test
+ - if: matrix.test && matrix.os != 'windows-latest'
225
name: Test hls-call-hierarchy-plugin test suite
226
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"
227
0 commit comments