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