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"
204
204
@@ -235,7 +235,7 @@ jobs:
235
235
run: cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || 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
-
- if: matrix.test && matrix.ghc == '8.10.7'
238
+
- if: matrix.test && matrix.ghc == '8.10'
239
239
name: Test hls-cabal-fmt-plugin test suite
240
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"
241
241
@@ -247,7 +247,7 @@ jobs:
247
247
name: Test hls-retrie-plugin test suite
248
248
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
0 commit comments