Skip to content

Commit

Permalink
test: fix sharing target dir between basic wallet and p2id tests
Browse files Browse the repository at this point in the history
When building a basic wallet Miden package in the p2id test.
  • Loading branch information
greenhat committed Nov 26, 2024
1 parent f1c6df3 commit 460c89a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/src/rust_masm_tests/rust_sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ fn rust_sdk_p2id_note_script() {
"--manifest-path",
"../rust-apps-wasm/rust-sdk/basic-wallet/Cargo.toml",
"--release",
// Use the target dir of this test's cargo project to avoid issues running tests in parallel
// i.e. avoid using the same target dir as the basic-wallet test (see above)
"--target-dir",
"../rust-apps-wasm/rust-sdk/p2id-note/target",
]
.iter()
.map(|s| s.to_string())
Expand Down

0 comments on commit 460c89a

Please sign in to comment.