Skip to content

Commit f82ae7a

Browse files
committed
Re-add hls-stan-plugin test suite to gh action
1 parent 0ec34f0 commit f82ae7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ jobs:
159159
name: Test hls-splice-plugin
160160
run: cabal test hls-splice-plugin --test-options="$TEST_OPTS" || cabal test hls-splice-plugin --test-options="$TEST_OPTS"
161161

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+
162166
- if: matrix.test && !startsWith(matrix.ghc,'9.8')
163167
name: Test hls-stylish-haskell-plugin
164168
run: cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS" || cabal test hls-stylish-haskell-plugin --test-options="$TEST_OPTS"

0 commit comments

Comments
 (0)