We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df64e52 commit 68fc79fCopy full SHA for 68fc79f
1 file changed
.github/workflows/ci.yml
@@ -72,11 +72,11 @@ jobs:
72
- uses: oven-sh/setup-bun@v2
73
74
- name: Test (Bun)
75
- run: bun test.ts
+ run: bun --bun test.ts
76
77
- uses: denoland/setup-deno@v2
78
with:
79
deno-version: v2.x
80
81
- name: Test (Deno)
82
- run: deno run --allow-read --allow-write --allow-env test.ts
+ run: deno run --allow-read --allow-env test.ts
0 commit comments