Skip to content

Commit

Permalink
ci: fix building cli in integration test (#10811)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 28, 2024
1 parent f81929e commit 4312082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4312082

Please sign in to comment.