Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -466,13 +466,13 @@ mod test {
|
||||
.with_apt(&["git"])
|
||||
.with_cargo_binstall("latest", ["sqlx-cli"])
|
||||
.with_mold("2.3.3")
|
||||
.with_stage(RustServiceStage::BeforeDeps(middleware(|c| {
|
||||
async move {
|
||||
// Noop
|
||||
Ok(c)
|
||||
}
|
||||
.boxed()
|
||||
})))
|
||||
// .with_stage(RustServiceStage::BeforeDeps(middleware(|c| {
|
||||
// async move {
|
||||
// // Noop
|
||||
// Ok(c)
|
||||
// }
|
||||
// .boxed()
|
||||
// })))
|
||||
.with_clap_sanity_test()
|
||||
.build_release()
|
||||
.await?;
|
||||
|
Reference in New Issue
Block a user