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