We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec34f0 commit f82ae7aCopy full SHA for f82ae7a
.github/workflows/test.yml
@@ -159,6 +159,10 @@ jobs:
159
name: Test hls-splice-plugin
160
run: cabal test hls-splice-plugin --test-options="$TEST_OPTS" || cabal test hls-splice-plugin --test-options="$TEST_OPTS"
161
162
+ - if: matrix.test && matrix.ghc != '9.2' && !startsWith(matrix.ghc,'9.8')
163
+ name: Test hls-stan-plugin
164
+ run: cabal test hls-stan-plugin --test-options="$TEST_OPTS" || cabal test hls-stan-plugin --test-options="$TEST_OPTS"
165
+
166
- if: matrix.test && !startsWith(matrix.ghc,'9.8')
167
name: Test hls-stylish-haskell-plugin
168
run: cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS" || cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS"
0 commit comments