Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -43,15 +43,6 @@ impl RustTest {
|
||||
let target_cache = self.client.cache_volume(format!("rust_target_test",));
|
||||
|
||||
let build_options = vec!["cargo", "build", "--workspace"];
|
||||
|
||||
let entries = dep_src
|
||||
.directory("crates/example_bin/src")
|
||||
.entries()
|
||||
.await?;
|
||||
for entry in entries {
|
||||
println!("entry: {}", entry);
|
||||
}
|
||||
|
||||
let rust_prebuild = rust_build_image
|
||||
.with_workdir("/mnt/src")
|
||||
.with_directory("/mnt/src", dep_src.id().await?)
|
||||
|
Reference in New Issue
Block a user