diff --git a/tools/ci/src/commands/test.rs b/tools/ci/src/commands/test.rs index efb4f518dc..82a64e02a0 100644 --- a/tools/ci/src/commands/test.rs +++ b/tools/ci/src/commands/test.rs @@ -17,7 +17,7 @@ impl Prepare for TestCommand { vec![PreparedCommand::new::( cmd!( sh, - "cargo test --workspace --lib --bins --tests --benches {no_fail_fast}" + "cargo test --workspace --lib --bins --tests {no_fail_fast}" ), "Please fix failing tests in output above.", )]