We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebfafc commit 042df98Copy full SHA for 042df98
.github/workflows/test.yml
@@ -161,9 +161,9 @@ jobs:
161
name: Test hls-splice-plugin
162
run: cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
163
164
- - if: matrix.test && matrix.ghc != '9.2'
165
- name: Test hls-stan-plugin
166
- run: cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
+ # - if: matrix.test && matrix.ghc != '9.2'
+ # name: Test hls-stan-plugin
+ # run: cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
167
168
- if: matrix.test
169
name: Test hls-stylish-haskell-plugin
0 commit comments