@@ -119,18 +119,18 @@ jobs:
119119 - if : needs.pre_job.outputs.should_skip_ghcide != 'true' && matrix.test
120120 name : Test ghcide
121121 # run the tests without parallelism to avoid running out of memory
122- run : cabal test ghcide-tests || cabal test ghcide-tests
122+ run : cabal test ghcide-tests
123123
124124 - if : matrix.test
125125 name : Test hls-plugin-api
126- run : cabal test hls-plugin-api || cabal test hls-plugin-api
126+ run : cabal test hls-plugin-api
127127
128128 - if : matrix.test
129129 name : Test func-test suite
130130 env :
131131 HLS_TEST_EXE : hls
132132 HLS_WRAPPER_TEST_EXE : hls-wrapper
133- run : cabal test func-test || cabal test func-test
133+ run : cabal test func-test
134134
135135 - if : matrix.test
136136 name : Test wrapper-test suite
@@ -141,120 +141,120 @@ jobs:
141141
142142 - if : matrix.test
143143 name : Test hls-refactor-plugin
144- run : cabal test hls-refactor-plugin-tests || cabal test hls-refactor-plugin-tests
144+ run : cabal test hls-refactor-plugin-tests
145145
146146 - if : matrix.test
147147 name : Test hls-floskell-plugin
148- run : cabal test hls-floskell-plugin-tests || cabal test hls-floskell-plugin-tests
148+ run : cabal test hls-floskell-plugin-tests
149149
150150 - if : matrix.test
151151 name : Test hls-class-plugin
152- run : cabal test hls-class-plugin-tests || cabal test hls-class-plugin-tests
152+ run : cabal test hls-class-plugin-tests
153153
154154 - if : matrix.test
155155 name : Test hls-pragmas-plugin
156- run : cabal test hls-pragmas-plugin-tests || cabal test hls-pragmas-plugin-tests
156+ run : cabal test hls-pragmas-plugin-tests
157157
158158 - if : matrix.test
159159 name : Test hls-eval-plugin
160- run : cabal test hls-eval-plugin-tests || cabal test hls-eval-plugin-tests
160+ run : cabal test hls-eval-plugin-tests
161161
162162 - if : matrix.test
163163 name : Test hls-splice-plugin
164- run : cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
164+ run : cabal test hls-splice-plugin-tests
165165
166166 - if : matrix.test && matrix.ghc != '9.2'
167167 name : Test hls-stan-plugin
168- run : cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
168+ run : cabal test hls-stan-plugin-tests
169169
170170 - if : matrix.test
171171 name : Test hls-stylish-haskell-plugin
172- run : cabal test hls-stylish-haskell-plugin-tests || cabal test hls-stylish-haskell-plugin-tests
172+ run : cabal test hls-stylish-haskell-plugin-tests
173173
174174 - if : matrix.test
175175 name : Test hls-ormolu-plugin
176- run : cabal test hls-ormolu-plugin-tests || cabal test hls-ormolu-plugin-tests
176+ run : cabal test hls-ormolu-plugin-tests
177177
178178 - if : matrix.test
179179 name : Test hls-fourmolu-plugin
180- run : cabal test hls-fourmolu-plugin-tests || cabal test hls-fourmolu-plugin-tests
180+ run : cabal test hls-fourmolu-plugin-tests
181181
182182 - if : matrix.test
183183 name : Test hls-explicit-imports-plugin test suite
184- run : cabal test hls-explicit-imports-plugin-tests || cabal test hls-explicit-imports-plugin-tests
184+ run : cabal test hls-explicit-imports-plugin-tests
185185
186186 - if : matrix.test
187187 name : Test hls-call-hierarchy-plugin test suite
188- run : cabal test hls-call-hierarchy-plugin-tests || cabal test hls-call-hierarchy-plugin-tests
188+ run : cabal test hls-call-hierarchy-plugin-tests
189189
190190 - if : matrix.test && matrix.os != 'windows-latest'
191191 name : Test hls-rename-plugin test suite
192- run : cabal test hls-rename-plugin-tests || cabal test hls-rename-plugin-tests
192+ run : cabal test hls-rename-plugin-tests
193193
194194 - if : matrix.test
195195 name : Test hls-hlint-plugin test suite
196- run : cabal test hls-hlint-plugin-tests || cabal test hls-hlint-plugin-tests
196+ run : cabal test hls-hlint-plugin-tests
197197
198198 - if : matrix.test
199199 name : Test hls-module-name-plugin test suite
200- run : cabal test hls-module-name-plugin-tests || cabal test hls-module-name-plugin-tests
200+ run : cabal test hls-module-name-plugin-tests
201201
202202 - if : matrix.test
203203 name : Test hls-alternate-number-format-plugin test suite
204- run : cabal test hls-alternate-number-format-plugin-tests || cabal test hls-alternate-number-format-plugin-tests
204+ run : cabal test hls-alternate-number-format-plugin-tests
205205
206206 - if : matrix.test
207207 name : Test hls-qualify-imported-names-plugin test suite
208- run : cabal test hls-qualify-imported-names-plugin-tests || cabal test hls-qualify-imported-names-plugin-tests
208+ run : cabal test hls-qualify-imported-names-plugin-tests
209209
210210 - if : matrix.test
211211 name : Test hls-code-range-plugin test suite
212- run : cabal test hls-code-range-plugin-tests || cabal test hls-code-range-plugin-tests
212+ run : cabal test hls-code-range-plugin-tests
213213
214214 - if : matrix.test
215215 name : Test hls-change-type-signature test suite
216- run : cabal test hls-change-type-signature-plugin-tests || cabal test hls-change-type-signature-plugin-tests
216+ run : cabal test hls-change-type-signature-plugin-tests
217217
218218 - if : matrix.test
219219 name : Test hls-gadt-plugin test suit
220- run : cabal test hls-gadt-plugin-tests || cabal test hls-gadt-plugin-tests
220+ run : cabal test hls-gadt-plugin-tests
221221
222222 - if : matrix.test
223223 name : Test hls-explicit-fixity-plugin test suite
224- run : cabal test hls-explicit-fixity-plugin-tests || cabal test hls-explicit-fixity-plugin-tests
224+ run : cabal test hls-explicit-fixity-plugin-tests
225225
226226 - if : matrix.test
227227 name : Test hls-explicit-record-fields-plugin test suite
228- run : cabal test hls-explicit-record-fields-plugin-tests || cabal test hls-explicit-record-fields-plugin-tests
228+ run : cabal test hls-explicit-record-fields-plugin-tests
229229
230230 # # version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
231231 - if : matrix.test && matrix.ghc == '9.2'
232232 name : Test hls-cabal-fmt-plugin test suite
233- run : cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests || cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests
233+ run : cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests
234234
235235 - if : matrix.test
236236 name : Test hls-cabal-gild-plugin test suite
237- run : cabal test hls-cabal-gild-plugin-tests --flag=isolateCabalGildTests || cabal test hls-cabal-gild-plugin-tests --flag=isolateCabalGildTests
237+ run : cabal test hls-cabal-gild-plugin-tests --flag=isolateCabalGildTests
238238
239239 - if : matrix.test
240240 name : Test hls-cabal-plugin test suite
241- run : cabal test hls-cabal-plugin-tests || cabal test hls-cabal-plugin-tests
241+ run : cabal test hls-cabal-plugin-tests
242242
243243 - if : matrix.test
244244 name : Test hls-retrie-plugin test suite
245- run : cabal test hls-retrie-plugin-tests || cabal test hls-retrie-plugin-tests
245+ run : cabal test hls-retrie-plugin-tests
246246
247247 - if : matrix.test
248248 name : Test hls-overloaded-record-dot-plugin test suite
249- run : cabal test hls-overloaded-record-dot-plugin-tests || cabal test hls-overloaded-record-dot-plugin-tests
249+ run : cabal test hls-overloaded-record-dot-plugin-tests
250250
251251 - if : matrix.test
252252 name : Test hls-semantic-tokens-plugin test suite
253- run : cabal test hls-semantic-tokens-plugin-tests || cabal test hls-semantic-tokens-plugin-tests
253+ run : cabal test hls-semantic-tokens-plugin-tests
254254
255255 - if : matrix.test
256256 name : Test hls-notes-plugin test suite
257- run : cabal test hls-notes-plugin-tests || cabal test hls-notes-plugin-tests
257+ run : cabal test hls-notes-plugin-tests
258258
259259 test_post_job :
260260 if : always()
0 commit comments