add cpp tests to CI

This commit is contained in:
Brandon Liu
2022-10-12 16:18:15 +08:00
parent 47bffa32cf
commit 38e68edd97

View File

@@ -42,5 +42,6 @@ jobs:
node-version: 16.x
- run: cd js && npm install && npm test
- run: cd python && python -m unittest test/test_*
- run: cd cpp && make
- run: cd serverless/aws && python -m unittest test_*.py
- run: cd serverless/cloudflare && npm install && npm test