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 00e71fe commit 2ab0874Copy full SHA for 2ab0874
.github/workflows/test.yml
@@ -245,7 +245,7 @@ jobs:
245
name: Test hls-retrie-plugin test suite
246
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
247
248
- - if: matrix.test && matrix.ghc != '8.10.7' && matrix.ghc != '9.0.2'
+ - if: matrix.test && matrix.ghc != '8.10.7' && matrix.ghc != '9.0.2'
249
name: Test hls-overloaded-record-dot-plugin test suite
250
run: cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
251
0 commit comments