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 d44a706 commit 2ecf0d1Copy full SHA for 2ecf0d1
.github/workflows/test.yml
@@ -148,7 +148,7 @@ jobs:
148
# run the tests without parallelism to avoid running out of memory
149
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"
150
151
- - if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test && !(matrix.os == 'windows-latest' && matrix.ghc == '9.0.1')}}
+ - if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test }}
152
name: Test func-test suite
153
env:
154
HLS_TEST_EXE: hls
0 commit comments