mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
add cpp tests to CI
This commit is contained in:
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@@ -42,5 +42,6 @@ jobs:
|
|||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: cd js && npm install && npm test
|
- run: cd js && npm install && npm test
|
||||||
- run: cd python && python -m unittest test/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/aws && python -m unittest test_*.py
|
||||||
- run: cd serverless/cloudflare && npm install && npm test
|
- run: cd serverless/cloudflare && npm install && npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user