From 03e022fcaccd30ef0566dcfe31beb3473706bd1d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 18 Feb 2023 01:48:59 +0100 Subject: [PATCH] feature with workspace (#8) * add ci * with description * fix warnings * with actual test * leave out tests for now as they rely on dind * with workspace --- ci/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/src/main.rs b/ci/src/main.rs index 9a4cc5f..36370b8 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -86,6 +86,7 @@ fn get_dependencies(client: Arc) -> Container { "chef".into(), "cook".into(), "--release".into(), + "--workspace".into(), "--recipe-path".into(), "recipe.json".into(), ],