We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c3492 commit 9e5003eCopy full SHA for 9e5003e
.github/workflows/publish.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: denoland/setup-deno@v2
23
with:
24
deno-version: v2.x
25
+ cache: true
26
27
- name: Run tests
28
run: deno test --allow-net
0 commit comments