@@ -140,27 +140,27 @@ jobs:
140
140
141
141
- name : Test hls-brittany-plugin
142
142
if : ${{ matrix.test }}
143
- run : cabal test hls-brittany-plugin --test-options="-- rerun-update" || cabal test hls-brittany-plugin --test-options="-- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-brittany-plugin --test-options="--rerun"
143
+ run : cabal test hls-brittany-plugin --test-options="-j1 -- rerun-update" || cabal test hls-brittany-plugin --test-options="-j1 -- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-brittany-plugin --test-options="-j1 --rerun"
144
144
145
145
- name : Test hls-class-plugin
146
146
if : ${{ matrix.test }}
147
- run : cabal test hls-class-plugin --test-options="-- rerun-update" || cabal test hls-class-plugin --test-options="-- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-class-plugin --test-options="--rerun"
147
+ run : cabal test hls-class-plugin --test-options="-j1 -- rerun-update" || cabal test hls-class-plugin --test-options="-j1 -- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-class-plugin --test-options="-j1 --rerun"
148
148
149
149
- name : Test hls-eval-plugin
150
150
if : ${{ matrix.test }}
151
- run : cabal test hls-eval-plugin --test-options="-- rerun-update" || cabal test hls-eval-plugin --test-options="-- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-eval-plugin --test-options="--rerun"
151
+ run : cabal test hls-eval-plugin --test-options="-j1 -- rerun-update" || cabal test hls-eval-plugin --test-options="-j1 -- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-eval-plugin --test-options="-j1 --rerun"
152
152
153
153
- name : Test hls-haddock-comments-plugin
154
154
if : ${{ matrix.test }}
155
- run : cabal test hls-haddock-comments-plugin --test-options="-- rerun-update" || cabal test hls-haddock-comments-plugin --test-options="-- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-haddock-comments-plugin --test-options="--rerun"
155
+ run : cabal test hls-haddock-comments-plugin --test-options="-j1 -- rerun-update" || cabal test hls-haddock-comments-plugin --test-options="-j1 -- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-haddock-comments-plugin --test-options="-j1 --rerun"
156
156
157
157
- name : Test hls-splice-plugin
158
158
if : ${{ matrix.test }}
159
- run : cabal test hls-splice-plugin --test-options="-- rerun-update" || cabal test hls-splice-plugin --test-options="-- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-splice-plugin --test-options="--rerun"
159
+ 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"
160
160
161
161
- name : Test hls-stylish-haskell-plugin
162
162
if : ${{ matrix.test }}
163
- run : cabal test hls-stylish-haskell-plugin --test-options="-- rerun-update" || cabal test hls-stylish-haskell-plugin --test-options="-- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stylish-haskell-plugin --test-options="--rerun"
163
+ run : cabal test hls-stylish-haskell-plugin --test-options="-j1 -- rerun-update" || cabal test hls-stylish-haskell-plugin --test-options="-j1 -- rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stylish-haskell-plugin --test-options="-j1 --rerun"
164
164
165
165
- name : Test hls-tactics-plugin test suite
166
166
if : ${{ matrix.test }}
0 commit comments