Skip to content

Commit 042df98

Browse files
committed
disable stan test
1 parent 2ebfafc commit 042df98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ jobs:
161161
name: Test hls-splice-plugin
162162
run: cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
163163

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
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
167167

168168
- if: matrix.test
169169
name: Test hls-stylish-haskell-plugin

0 commit comments

Comments
 (0)