Skip to content

Commit 68fc79f

Browse files
committed
ci: improve bun and deno steps
1 parent df64e52 commit 68fc79f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
- uses: oven-sh/setup-bun@v2
7373

7474
- name: Test (Bun)
75-
run: bun test.ts
75+
run: bun --bun test.ts
7676

7777
- uses: denoland/setup-deno@v2
7878
with:
7979
deno-version: v2.x
8080

8181
- name: Test (Deno)
82-
run: deno run --allow-read --allow-write --allow-env test.ts
82+
run: deno run --allow-read --allow-env test.ts

0 commit comments

Comments
 (0)