From 2ab0874375246a0965c444e4a5666a1e00e312ca Mon Sep 17 00:00:00 2001 From: Nathan Maxson Date: Tue, 18 Apr 2023 17:49:39 +0300 Subject: [PATCH] Fix test.yml formatting problem --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98d26ddf95b..199d3b7a387 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -245,7 +245,7 @@ jobs: name: Test hls-retrie-plugin test suite 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" - - 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' name: Test hls-overloaded-record-dot-plugin test suite 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"