Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions xtask/src/tasks/bindings/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ impl TestFfiCommand {
}
test_args.push(OsString::from("--features"));
test_args.push(OsString::from("contention_checks"));
test_args.push(OsString::from("--"));
test_args.push(OsString::from("--test-threads=1"));
run_cargo_step(
&ffi_dir,
"cargo test --features contention_checks (bindings/ffi)",
Expand Down
Loading