Skip to content

Commit 96bd367

Browse files
committed
ci
1 parent cb2b30e commit 96bd367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
deno-version: "v2.x"
6464
- run: npm ci
65-
- run: deno test test/deno_test.ts
65+
- run: npm run test:deno
6666

6767
bun:
6868
runs-on: ubuntu-latest
@@ -72,5 +72,5 @@ jobs:
7272
- name: Setup Bun
7373
uses: oven-sh/setup-bun@v2
7474
- run: bun install
75-
- run: bun test test/bun.spec.ts
75+
- run: npm run test:bun
7676

0 commit comments

Comments
 (0)