Skip to content

Commit 1103e74

Browse files
committed
Run analysis tests in CI
1 parent 51c59f5 commit 1103e74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ jobs:
320320
- name: Check for diffs in tests folder
321321
run: git diff --ignore-cr-at-eol --exit-code tests
322322

323+
- name: Run analysis/tools tests
324+
run: make -C analysis test && make -C tools/tests test
325+
323326
- name: Run gentype tests
324327
if: runner.os != 'Windows'
325328
run: make -C tests/gentype_tests/typescript-react-example clean test

0 commit comments

Comments
 (0)