We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924c09 commit a414492Copy full SHA for a414492
tests/integration/tests/common/mod.rs
@@ -18,6 +18,7 @@ use std::{
18
19
pub static DYLIB_PATH: LazyLock<PathBuf> = LazyLock::new(|| {
20
let result = CargoBuilder::new()
21
+ .arg("-j1")
22
.current_dir(env!("CARGO_MANIFEST_DIR"))
23
.build()
24
.unwrap();
0 commit comments