Skip to content

Commit 95ae045

Browse files
authored
Also for splice plugin
1 parent 1f684fc commit 95ae045

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
@@ -186,7 +186,7 @@ jobs:
186186

187187
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test }}
188188
name: Test hls-splice-plugin
189-
run: cabal test hls-splice-plugin --test-options="-j1 --rerun-update" || cabal test hls-splice-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-splice-plugin --test-options="-j1 --rerun"
189+
run: cabal test hls-splice-plugin -j1 --test-options="-j1 --rerun-update" || cabal test hls-splice-plugin -j1 --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-splice-plugin -j1 --test-options="-j1 --rerun"
190190

191191
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test && matrix.ghc != '9.0.1' }}
192192
name: Test hls-stylish-haskell-plugin

0 commit comments

Comments
 (0)