ci(workspace): cache cargo artifacts between runs
This commit is contained in:
parent
9b21db0029
commit
efc8fc12ac
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -23,6 +23,9 @@ jobs:
|
|||
with:
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Cache cargo artifacts
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Check Rust Formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue