mirror of
https://github.com/Swatinem/rust-cache
synced 2025-10-02 07:49:30 +00:00
Add cache-workspace-crates feature (#246)
This commit is contained in:
parent
901019c0f8
commit
eaa85be6b1
4 changed files with 20 additions and 0 deletions
|
@ -60,6 +60,12 @@ sensible defaults.
|
|||
# default: "false"
|
||||
cache-all-crates: ""
|
||||
|
||||
# Similar to cache-all-crates.
|
||||
# If `true` the workspace crates will be cached.
|
||||
# Useful if the workspace contains libraries that are only updated sporadically.
|
||||
# default: "false"
|
||||
cache-workspace-crates: ""
|
||||
|
||||
# Determines whether the cache should be saved.
|
||||
# If `false`, the cache is only restored.
|
||||
# Useful for jobs where the matrix is additive e.g. additional Cargo features,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue