chore: cache CI deps on failure
This commit is contained in:
parent
709e35e313
commit
ac0b687ec4
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ jobs:
|
|||
components: clippy
|
||||
- name: 📥 Setup Rust cache
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: 📎 Clippy
|
||||
run: cargo clippy --all --features=rss -- -D warnings
|
||||
|
|
|
|||
Reference in a new issue