From 40d622db21bf4cd95447364ad165cf4d81ccd09d Mon Sep 17 00:00:00 2001 From: metonym Date: Fri, 25 Oct 2024 16:23:26 -0700 Subject: [PATCH] ci: run `test:src-types` in workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4315ed31..9838ff46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ jobs: - name: Build the codebase run: npm run build:lib + - name: Test generated source types + run: npm run test:src-types + - name: Test types run: npm run test:types