Skip to content

Commit 5e002cb

Browse files
committed
ci: add lsp test step
1 parent 39639c6 commit 5e002cb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ jobs:
377377
if: runner.os != 'Windows'
378378
run: make -C tests/gentype_tests/typescript-react-example clean test
379379

380+
- name: Run LSP tests
381+
run: make test-lsp
382+
380383
# On Windows, after running setup-ocaml (if it wasn't cached yet or the cache couldn't be restored),
381384
# Cygwin bash is used instead of Git Bash for Windows, breaking the rewatch tests.
382385
# So we need to adjust the path to bring back Git Bash for Windows.
@@ -655,7 +658,7 @@ jobs:
655658
uses: actions/checkout@v6
656659
- name: Run make in dev container
657660
uses: devcontainers/ci@v0.3
658-
with:
661+
with:
659662
push: never
660663
runCmd: make
661664

0 commit comments

Comments
 (0)