Skip to content

Commit 015546f

Browse files
committed
test deno
1 parent ad35bdf commit 015546f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- uses: denoland/setup-deno@v2
4242
with:
4343
deno-version: v2.x
44-
- run: deno run test:node --allow-all
44+
- run: deno install
45+
- run: deno run --allow-all test:node
4546

4647
test-browsers:
4748
timeout-minutes: 60

0 commit comments

Comments
 (0)