chore: add test step to workflows

This commit is contained in:
Justineo
2025-09-17 23:18:17 +08:00
committed by GU Yiling
parent 087be22721
commit 79932b65c0
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,9 @@ jobs:
- name: Typecheck
run: pnpm run typecheck && pnpm run dev:typecheck
- name: Test
run: pnpm run test
- name: Build
run: pnpm run build

View File

@ -41,6 +41,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: pnpm run test
- name: Build
run: pnpm run build