Skip to content

Commit a414492

Browse files
committed
feat: Add argument for parallel build in DYLIB_PATH initialization
1 parent 5924c09 commit a414492

File tree

1 file changed

+1
-0
lines changed
  • tests/integration/tests/common

1 file changed

+1
-0
lines changed

tests/integration/tests/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use std::{
1818

1919
pub static DYLIB_PATH: LazyLock<PathBuf> = LazyLock::new(|| {
2020
let result = CargoBuilder::new()
21+
.arg("-j1")
2122
.current_dir(env!("CARGO_MANIFEST_DIR"))
2223
.build()
2324
.unwrap();

0 commit comments

Comments
 (0)