3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-03-23 00:09:13 +00:00

Add cache-workspace-crates feature

This commit is contained in:
Jeroen Bransen 2025-05-16 11:56:01 +02:00
parent 901019c0f8
commit f1974563dd
4 changed files with 20 additions and 0 deletions

View file

@ -32,6 +32,10 @@ inputs:
description: "Determines which crates are cached. If `true` all crates will be cached, otherwise only dependent crates will be cached."
required: false
default: "false"
cache-workspace-crates:
description: "Similar to cache-all-crates. If `true` the workspace crates will be cached."
required: false
default: "false"
save-if:
description: "Determiners whether the cache should be saved. If `false`, the cache is only restored."
required: false