Skip to content

Commit 7988b03

Browse files
committed
Disable call-hierarchy plugin tests on windows
1 parent 7cf643b commit 7988b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
name: Test hls-explicit-imports-plugin test suite
224224
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"
225225

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

0 commit comments

Comments
 (0)