Skip to content

Commit 2ab0874

Browse files
authored
Fix test.yml formatting problem
1 parent 00e71fe commit 2ab0874

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
@@ -245,7 +245,7 @@ jobs:
245245
name: Test hls-retrie-plugin test suite
246246
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"
247247

248-
- if: matrix.test && matrix.ghc != '8.10.7' && matrix.ghc != '9.0.2'
248+
- if: matrix.test && matrix.ghc != '8.10.7' && matrix.ghc != '9.0.2'
249249
name: Test hls-overloaded-record-dot-plugin test suite
250250
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"
251251

0 commit comments

Comments
 (0)