File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments