ci: fix building cli in integration test (#10811)

This commit is contained in:
Amr Bashir 2024-08-28 17:54:35 +03:00 committed by GitHub
parent f81929e251
commit 431208207b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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