Skip to content

Commit f3a29f6

Browse files
committed
ci(rust): remove unnecessary caches
Remove the ~/.rustup cache, as caching the toolchain is ineffective. Remove tarpaulin-related caches introduced in d49daec ("ci: collect and upload test coverage"), as tarpaulin is no longer used for collecting test coverage. Signed-off-by: Changyuan Lyu <changyuanl@google.com>
1 parent 6fd24dd commit f3a29f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,10 @@ jobs:
3636
with:
3737
path: |
3838
~/.cargo/bin/
39-
~/.cargo/.crates.toml
40-
~/.cargo/.crates2.json
4139
~/.cargo/registry/index/
4240
~/.cargo/registry/cache/
4341
~/.cargo/git/db/
44-
~/.rustup/settings.toml
45-
~/.rustup/toolchains/
46-
~/.rustup/update-hashes/
4742
target/
48-
target/tarpaulin/
4943
key: ${{ matrix.target.name }}-cargo-${{ hashFiles('**/Cargo.lock') }}
5044
- name: Install nightly Rust
5145
uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)