Skip to content

Commit fe7d852

Browse files
committed
Disable call-hierarchy plugin tests on windows
1 parent 12bff8a commit fe7d852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
name: Test hls-explicit-imports-plugin test suite
222222
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"
223223

224-
- if: matrix.test
224+
- if: matrix.test && matrix.os != 'windows-latest'
225225
name: Test hls-call-hierarchy-plugin test suite
226226
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"
227227

0 commit comments

Comments
 (0)