add vtfilter test to github actions

This commit is contained in:
Brandon Liu
2022-12-21 16:33:08 +08:00
parent 3d1e8f90e5
commit b421ffa3c0
2 changed files with 3 additions and 0 deletions

View File

@@ -47,3 +47,4 @@ jobs:
- run: cd python && python -m unittest test/test_*
- run: cd cpp && make
- run: cd serverless/cloudflare && npm install && npm test
- run: cd serverless/vtfilter && npm install && npm test