You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: cabal test hls-stan-plugin --test-options="$TEST_OPTS" || cabal test hls-stan-plugin --test-options="$TEST_OPTS"
203
+
run: cabal test hls-stan-plugin --test-options="$TEST_OPTS"
204
204
205
205
- if: matrix.test
206
206
name: Test hls-module-name-plugin test suite
207
-
run: cabal test hls-module-name-plugin --test-options="$TEST_OPTS" || cabal test hls-module-name-plugin --test-options="$TEST_OPTS"
207
+
run: cabal test hls-module-name-plugin --test-options="$TEST_OPTS"
208
208
209
209
- if: matrix.test
210
210
name: Test hls-alternate-number-format-plugin test suite
211
-
run: cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS" || cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS"
211
+
run: cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS"
212
212
213
213
- if: matrix.test
214
214
name: Test hls-qualify-imported-names-plugin test suite
215
-
run: cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS" || cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS"
215
+
run: cabal test hls-qualify-imported-names-plugin --test-options="$TEST_OPTS"
216
216
217
217
- if: matrix.test
218
218
name: Test hls-code-range-plugin test suite
219
-
run: cabal test hls-code-range-plugin --test-options="$TEST_OPTS" || cabal test hls-code-range-plugin --test-options="$TEST_OPTS"
219
+
run: cabal test hls-code-range-plugin --test-options="$TEST_OPTS"
220
220
221
221
- if: matrix.test
222
222
name: Test hls-change-type-signature test suite
223
-
run: cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS" || cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS"
223
+
run: cabal test hls-change-type-signature-plugin --test-options="$TEST_OPTS"
224
224
225
225
- if: matrix.test
226
226
name: Test hls-gadt-plugin test suit
227
-
run: cabal test hls-gadt-plugin --test-options="$TEST_OPTS" || cabal test hls-gadt-plugin --test-options="$TEST_OPTS"
227
+
run: cabal test hls-gadt-plugin --test-options="$TEST_OPTS"
228
228
229
229
- if: matrix.test
230
230
name: Test hls-explicit-fixity-plugin test suite
231
-
run: cabal test hls-explicit-fixity-plugin --test-options="$TEST_OPTS" || cabal test hls-explicit-fixity-plugin --test-options="$TEST_OPTS"
231
+
run: cabal test hls-explicit-fixity-plugin --test-options="$TEST_OPTS"
232
232
233
233
- if: matrix.test
234
234
name: Test hls-explicit-record-fields-plugin test suite
235
-
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
235
+
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
236
236
237
237
## version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
238
238
- if: matrix.test && matrix.ghc == '8.10.7'
239
239
name: Test hls-cabal-fmt-plugin test suite
240
-
run: cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS" || cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS"
240
+
run: cabal test hls-cabal-fmt-plugin --flag=isolateTests --test-options="$TEST_OPTS"
241
241
242
242
- if: matrix.test
243
243
name: Test hls-cabal-plugin test suite
244
-
run: cabal test hls-cabal-plugin --test-options="$TEST_OPTS" || cabal test hls-cabal-plugin --test-options="$TEST_OPTS"
244
+
run: cabal test hls-cabal-plugin --test-options="$TEST_OPTS"
245
245
246
246
- if: matrix.test
247
247
name: Test hls-retrie-plugin test suite
248
-
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
248
+
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
0 commit comments