Skip to content

Commit 2b7452e

Browse files
authored
Setup compilation cache for CI (#2095)
1 parent 64b1a0d commit 2b7452e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
with:
8787
toolchain: stable
8888

89+
- name: Setup compilation cache
90+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
91+
with:
92+
workspaces: "rust-tooling -> rust-tooling/target"
93+
8994
- name: Fetch configlet
9095
run: ./bin/fetch-configlet
9196

0 commit comments

Comments
 (0)