mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:17:02 +00:00
ci: fix building cli in integration test (#10811)
This commit is contained in:
parent
f81929e251
commit
431208207b
@ -41,7 +41,7 @@ jobs:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: build CLI
|
||||
run: cargo build --manifest-path ./crates/cli/Cargo.toml
|
||||
run: cargo build --manifest-path ./crates/tauri-cli/Cargo.toml
|
||||
|
||||
- name: run integration tests
|
||||
run: cargo test --test '*' -- --ignored
|
||||
|
||||
Loading…
Reference in New Issue
Block a user