Skip to content

Commit

Permalink
Remove obsolete test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino authored and gmacd committed Sep 19, 2023
1 parent 21a04ba commit 6258b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ fn test(build_params: &BuildParams) -> Result<()> {
cmd.arg("test");
cmd.arg("--workspace");
cmd.arg("--target").arg("x86_64-unknown-linux-gnu");
cmd.arg("--config").arg("build.rustflags='--cfg platform=\"virt\"'");
build_params.add_build_arg(&mut cmd);
if build_params.verbose {
println!("Executing {cmd:?}");
Expand Down

0 comments on commit 6258b8e

Please sign in to comment.