mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-28 22:25:54 +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
4
.github/workflows/selftest.yml
vendored
4
.github/workflows/selftest.yml
vendored
|
@ -22,8 +22,10 @@ jobs:
|
|||
override: true
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
cache-on-failure: true
|
||||
|
||||
- run: |
|
||||
cargo install cargo-deny --locked
|
||||
cargo check
|
||||
cargo test
|
||||
cargo test
|
Loading…
Add table
Add a link
Reference in a new issue