1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 02:44:01 +00:00

Cache rust deps in test.yml

This commit is contained in:
Anders Åberg
2025-12-16 01:39:14 +01:00
parent c73cd2fac1
commit 995e546e12

View File

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