add check_examples CI script

This commit is contained in:
Brandon Liu
2022-11-23 10:27:08 +08:00
parent 754068bb84
commit 0e8d051933
2 changed files with 24 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: python .github/check_examples.py
- run: cd js && npm install && npm test
- run: cd python && python -m unittest test/test_*
- run: cd cpp && make