From 38e68edd97bfdc5fb71bb762cb63a4f8eb7e4792 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 12 Oct 2022 16:18:15 +0800 Subject: [PATCH] add cpp tests to CI --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c3af418..5ec7ff5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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