feat: with docker cache
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-01 21:41:13 +01:00
parent 94efc99d05
commit bcdfaf2b2d
2 changed files with 54 additions and 0 deletions

View File

@@ -407,6 +407,7 @@ mod assets;
mod cargo_binstall;
mod cargo_clean;
mod clap_sanity_test;
mod docker_cache;
mod mold;
mod sqlx;
@@ -417,6 +418,7 @@ pub mod extensions {
pub use super::cargo_binstall::*;
pub use super::cargo_clean::*;
pub use super::clap_sanity_test::*;
pub use super::docker_cache::*;
pub use super::mold::*;
pub use super::sqlx::*;
}