Skip to content

Commit 78e8f22

Browse files
committed
wip: quick ci
1 parent 8d8757c commit 78e8f22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
run: pnpm run build
108108

109109
- name: Test
110-
run: pnpm run test:ci
110+
run: pnpm -C test/vite-node test
111+
# run: pnpm run test:ci
111112

112113
- name: Test Examples
113114
run: pnpm run test:examples

0 commit comments

Comments
 (0)