Skip to content

Commit 2ecf0d1

Browse files
committed
Enable func-test suite for windows
1 parent d44a706 commit 2ecf0d1

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
@@ -148,7 +148,7 @@ jobs:
148148
# run the tests without parallelism to avoid running out of memory
149149
run: cabal test ghcide --test-options="-j1 --rerun-update" || cabal test ghcide --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test ghcide --test-options="-j1 --rerun"
150150

151-
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test && !(matrix.os == 'windows-latest' && matrix.ghc == '9.0.1')}}
151+
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test }}
152152
name: Test func-test suite
153153
env:
154154
HLS_TEST_EXE: hls

0 commit comments

Comments
 (0)