diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a42eae6..6dbd113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,10 @@ jobs: uses: dtolnay/rust-toolchain@stable with: components: clippy, rustfmt - + + - name: Cache cargo artifacts + uses: Swatinem/rust-cache@v2 + - name: Check Rust Formatting run: cargo fmt --all -- --check