We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c59f5 commit 1103e74Copy full SHA for 1103e74
.github/workflows/ci.yml
@@ -320,6 +320,9 @@ jobs:
320
- name: Check for diffs in tests folder
321
run: git diff --ignore-cr-at-eol --exit-code tests
322
323
+ - name: Run analysis/tools tests
324
+ run: make -C analysis test && make -C tools/tests test
325
+
326
- name: Run gentype tests
327
if: runner.os != 'Windows'
328
run: make -C tests/gentype_tests/typescript-react-example clean test
0 commit comments