mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 14:38:34 +00:00
test threads spacing
This commit is contained in:
parent
69716d6213
commit
76bbf8eb07
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ impl Prepare for TestCommand {
|
|||
|
||||
let test_threads = args
|
||||
.test_threads
|
||||
.map(|test_threads| format!("--test-threads={test_threads}"))
|
||||
.map(|test_threads| format!(" -- --test-threads={test_threads}"))
|
||||
.unwrap_or_default();
|
||||
|
||||
vec![PreparedCommand::new::<Self>(
|
||||
cmd!(
|
||||
sh,
|
||||
"cargo test --workspace --lib --bins --tests --benches {no_fail_fast}{jobs} -- {test_threads}"
|
||||
"cargo test --workspace --lib --bins --tests --benches {no_fail_fast}{jobs}{test_threads}"
|
||||
),
|
||||
"Please fix failing tests in output above.",
|
||||
)]
|
||||
|
|
Loading…
Add table
Reference in a new issue