Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronArinder committed Sep 20, 2024
1 parent df0e4e0 commit 6a5609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/tools/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl CargoRunner {
pub(crate) fn test(&self, target: &Target) -> Result<()> {
let command_output = self.cargo_exec(
vec!["test", "--workspace", "--locked"],
vec!["--nocapture"],
vec![],
Some(target),
)?;

Expand Down

0 comments on commit 6a5609e

Please sign in to comment.