From 44486080b810a2045bc348a5ff08d3cd44027ffc 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/checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ed82ef3d..0f0d9a0e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.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