chore: use vitest run
on ci
This commit is contained in:
parent
f4102f17f3
commit
1610683a70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -26,5 +26,5 @@ jobs:
|
||||||
npm install vitest
|
npm install vitest
|
||||||
|
|
||||||
- name: Run Vitest
|
- name: Run Vitest
|
||||||
run: npx vitest .
|
run: npx vitest run .
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
Loading…
Reference in a new issue