Skip to content

Commit ae516c3

Browse files
committed
Add plugin-tutorial to CI
1 parent 2c87ff8 commit ae516c3

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
@@ -255,6 +255,10 @@ jobs:
255255
name: Test hls-notes-plugin test suite
256256
run: cabal test hls-notes-plugin-tests || cabal test hls-notes-plugin-tests
257257

258+
- if: matrix.test
259+
name: Compile the plugin-tutorial
260+
run: cabal build plugin-tutorial
261+
258262
test_post_job:
259263
if: always()
260264
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)