diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9aff876..56078a7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,5 +43,4 @@ jobs: - run: cd js && npm install && npm test - run: cd python && python -m unittest test/test_* - run: cd cpp && make - - run: cd serverless/aws && npm install && npm test - run: cd serverless/cloudflare && npm install && npm test