|
@@ -180,9 +180,12 @@ jobs:
|
|
|
|
|
|
- uses: Swatinem/rust-cache@v2
|
|
- uses: Swatinem/rust-cache@v2
|
|
with:
|
|
with:
|
|
|
|
+ cache-on-failure: true
|
|
workspaces: |
|
|
workspaces: |
|
|
core -> ../target
|
|
core -> ../target
|
|
tooling/cli
|
|
tooling/cli
|
|
|
|
+ core/tests/app-updater/tests/fixtures/tauri-v1
|
|
|
|
+ core/tests/app-updater/tests/fixtures/tauri-v2/src-tauri
|
|
|
|
|
|
- name: build CLI
|
|
- name: build CLI
|
|
run: cargo build --manifest-path ./tooling/cli/Cargo.toml
|
|
run: cargo build --manifest-path ./tooling/cli/Cargo.toml
|