From 94e5f8605a94272873eec3f6e94487dfb1694526 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 23 Nov 2024 11:02:27 -0800 Subject: [PATCH] ci: add "Unit tests" step --- .github/workflows/checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f12a62d8..9f9b6c62 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -17,6 +17,9 @@ jobs: - name: Install dependencies run: npm install + - name: Unit tests + run: npm run test + - name: Test generated source types run: npm run test:src-types