mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
fix tests in CI
This commit is contained in:
@@ -45,7 +45,7 @@ fn setup_test() -> (PathBuf, PathBuf, Config) {
|
||||
let target_dir = std::env::var("CARGO_TARGET_DIR")
|
||||
.or_else(|_| std::env::var("CARGO_BUILD_TARGET_DIR"))
|
||||
.map(PathBuf::from)
|
||||
.unwrap_or_else(|_| manifest_dir.join("../../../.."));
|
||||
.unwrap_or_else(|_| manifest_dir.join("../../../../target"));
|
||||
|
||||
let config = Config {
|
||||
version: "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user