ci: run tests in pull request workflow (#748)

This commit is contained in:
Zhicheng Han
2026-05-15 07:49:49 +02:00
committed by GitHub
parent 2dbc3e1c10
commit 6c80254dd3
+3
View File
@@ -22,5 +22,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test
run: npm test
- name: Build
run: npm run build