Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -40,7 +40,7 @@ impl RustTest {
|
||||
.with_exec(vec!["apt", "update"])
|
||||
.with_exec(deps);
|
||||
|
||||
let target_cache = self.client.cache_volume(format!("rust_target_test",));
|
||||
let target_cache = self.client.cache_volume("rust_target_test".to_string());
|
||||
|
||||
let build_options = vec!["cargo", "build", "--workspace"];
|
||||
let rust_prebuild = rust_build_image
|
||||
|
Reference in New Issue
Block a user