Skip to content

Commit

Permalink
rip
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronArinder committed Sep 20, 2024
1 parent 7dbe57b commit c544b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/tools/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ impl CargoRunner {

pub(crate) fn test(&self, target: &Target) -> Result<()> {
let command_output = self.cargo_exec(
vec!["test", "--workspace", "--locked", "--", "--nocapture"],
vec![],
vec!["test", "--workspace", "--locked"],
vec!["--nocapture"],
Some(target),
)?;

Expand Down

0 comments on commit c544b46

Please sign in to comment.