ci: run test:src-types in workflow

This commit is contained in:
metonym 2024-10-25 16:23:26 -07:00 committed by Eric Liu
commit 44486080b8

View file

@ -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