We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d564ceb commit 0f560a5Copy full SHA for 0f560a5
.github/workflows/test.yml
@@ -225,7 +225,7 @@ jobs:
225
226
run: cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper" || cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper" || cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
227
228
- - if: matrix.test
+ - if: matrix.test && matrix.ghc != '9.0.1'
229
name: Test hls-brittany-plugin
230
run: cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || cabal test hls-brittany-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-brittany-plugin --test-options="$TEST_OPTS"
231
0 commit comments