Skip to content

Commit 0464dd7

Browse files
committed
gh-actions: fix typo
1 parent ea833b0 commit 0464dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: deno check mod.ts
3434

3535
- name: Run tests
36-
run: deno test --allow-new --unstable
36+
run: deno test --allow-net --unstable

0 commit comments

Comments
 (0)