Skip to content

Commit 9e5003e

Browse files
committed
ci: added caching to ci
1 parent 38c3492 commit 9e5003e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: denoland/setup-deno@v2
2323
with:
2424
deno-version: v2.x
25+
cache: true
2526

2627
- name: Run tests
2728
run: deno test --allow-net

0 commit comments

Comments
 (0)