mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-17 10:22:17 +00:00
Cache-on-failure support (#22)
This commit is contained in:
parent
842ef286ff
commit
536c94f32c
5 changed files with 18 additions and 2 deletions
|
@ -31,6 +31,9 @@ located in the repo root.
|
|||
: `target-dir`
|
||||
The target directory that should be cleaned and persisted, defaults to `./target`.
|
||||
|
||||
: `cache-on-failure`
|
||||
Cache even if the build fails, defaults to false
|
||||
|
||||
## Outputs
|
||||
|
||||
: `cache-hit`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue