Skip to content

Commit 3a61883

Browse files
committed
Fix deno test + enable bun
1 parent 6c8f6ba commit 3a61883

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/js_tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
uses: oven-sh/setup-bun@v2
5555
with:
5656
version: 1.1.x
57-
#
58-
# - name: Run Bun tests
59-
# run: pnpm test:bun
60-
# env:
61-
# E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
57+
58+
- name: Run Bun tests
59+
run: pnpm test:bun
60+
env:
61+
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
6262

6363
- name: Install Deno
6464
uses: denoland/setup-deno@v1

js/tests/runtimes/deno/run.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Deno.test('Deno test', async () => {
1313
} finally {
1414
await sbx.kill()
1515
}
16-
}, { timeout: 30_000 })
16+
})

0 commit comments

Comments
 (0)