chore: enable test stage in workflow

This commit is contained in:
tzhangchi
2022-12-23 22:08:10 +08:00
parent 18bddad56e
commit d84594eb7d
+2 -2
View File
@@ -56,8 +56,8 @@ jobs:
run: |
pnpm lint --max-warnings=0
# - name: Test
# run: pnpm test
- name: Test
run: pnpm test
- name: Build
run: pnpm build