Skip to content

Commit 5f65b7e

Browse files
committed
ci: reactivate test job caching
1 parent 084c16e commit 5f65b7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
uses: denoland/setup-deno@v2
4040
with:
4141
deno-version: 2.x
42-
cache: false
43-
# cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
42+
cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
4443

4544
- name: Install dependencies
4645
id: deno-deps-install

0 commit comments

Comments
 (0)