diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c54a46bd1b8..bb91dcba227 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,6 +112,11 @@ jobs: with: persist-credentials: false + - name: Cache Rust dependencies + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + with: + workspaces: "apps/desktop/desktop_native -> target" + - name: Build working-directory: ./apps/desktop/desktop_native run: cargo build