We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27aab5b commit 55afd78Copy full SHA for 55afd78
.github/workflows/ci.yml
@@ -11,4 +11,4 @@ jobs:
11
with:
12
deno-version: v1.x
13
- name: Run tests
14
- run: deno test --allow-env --allow-read=.
+ run: deno test --allow-env --allow-read=. --allow-net=api.github.com
0 commit comments