ci: run vitest in workflow

main
Peter Steinberger 2025-11-25 04:48:23 +01:00
parent df79c59c8e
commit ac2bdcbea6
1 changed files with 3 additions and 0 deletions

View File

@ -31,5 +31,8 @@ jobs:
- name: Lint - name: Lint
run: pnpm lint run: pnpm lint
- name: Test
run: pnpm test
- name: Build - name: Build
run: pnpm build run: pnpm build