mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-07-19 07:11:24 +03:00
Cache-on-failure support (#22)
This commit is contained in:

committed by
GitHub

parent
842ef286ff
commit
536c94f32c
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
|
Reference in New Issue
Block a user