Skip to content

Commit 9fd948a

Browse files
committed
bring back Rust cache with tuning
1 parent c4b07f3 commit 9fd948a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343

4444
- run: rustup toolchain install stable --profile minimal
4545

46+
- name: Rust Cache
47+
uses: Swatinem/rust-cache@v2
48+
with:
49+
key: rust-${{ matrix.platform.runner }}-${{ matrix.python-version }}
50+
cache-targets: 'false'
51+
cache-all-crates: 'false'
52+
cache-workspace-crates: 'false'
53+
4654
- name: Rust tests (no default features)
4755
run: cargo test --no-default-features --verbose
4856

0 commit comments

Comments
 (0)