mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
ci: use faster ci cache cleaning
This commit is contained in:
parent
a5d56c7382
commit
3b138765e0
@ -63,5 +63,10 @@ jobs:
|
|||||||
cargo test -p=diesel-example --no-fail-fast -- --nocapture
|
cargo test -p=diesel-example --no-fail-fast -- --nocapture
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
- name: Clear the cargo caches
|
- name: Install cargo-ci-cache-clean
|
||||||
run: cargo install cargo-cache --version=0.8.3 --no-default-features --features=ci-autoclean && cargo-cache
|
uses: taiki-e/install-action@v2.23.2
|
||||||
|
with:
|
||||||
|
tool: cargo-ci-cache-clean
|
||||||
|
|
||||||
|
- name: CI cache clean
|
||||||
|
run: cargo-ci-cache-clean
|
Loading…
Reference in New Issue
Block a user