ci(workspace): cache cargo artifacts between runs

This commit is contained in:
Serkyo 2026-08-03 23:49:21 +02:00
parent 9b21db0029
commit efc8fc12ac

View file

@ -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