diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b829449..1c3e25a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,9 @@ jobs: with: # `./scripts/recheck` uses `git diff` which accesses the repo's history. `fetch-depth: 0` fetches all branches and history. fetch-depth: 0 + + - name: "Restore cached directories" + run: restore - name: "tests" if: github.event_name == 'pull_request'