remove redundant test CI command

This commit is contained in:
Brandon Liu
2022-10-19 23:11:24 +08:00
parent b3c9ba2b49
commit 1a57eb554e

View File

@@ -43,5 +43,4 @@ jobs:
- 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 cpp && make
- run: cd serverless/aws && npm install && npm test
- run: cd serverless/cloudflare && npm install && npm test - run: cd serverless/cloudflare && npm install && npm test