diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 36ef3aa..c5ffb37 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -68,6 +68,8 @@ jobs: with: tool: trunk@0.20.2 + - uses: Swatinem/rust-cache@v2 + - name: Compile project run: trunk build @@ -93,6 +95,8 @@ jobs: toolchain: stable components: clippy + - uses: Swatinem/rust-cache@v2 + - name: clippy run: cargo clippy -- -D warnings