ci: add "Unit tests" step

This commit is contained in:
Eric Liu 2024-11-23 11:02:27 -08:00
commit 186ea85cbc

View file

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