Merge pull request #81 from protomaps/cpp-test

add cpp tests to CI
This commit is contained in:
Brandon Liu
2022-10-12 16:21:05 +08:00
committed by GitHub

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