Also build cargo-minimize

This commit is contained in:
nora 2023-04-11 11:33:07 +02:00
parent 250f0cd557
commit 0ed3e5188f

View file

@ -63,6 +63,8 @@ pub fn full_tests() -> Result<()> {
"testsuite", "testsuite",
"--bin", "--bin",
"regression_checker", "regression_checker",
"--bin",
"cargo-minimize",
])) ]))
.context("running cargo build")?; .context("running cargo build")?;