From 3ea5e3c3a67826cf1f4d154e66ba2bf1ee2f1877 Mon Sep 17 00:00:00 2001 From: Romain GERARD Date: Thu, 24 Mar 2022 18:14:17 +0100 Subject: [PATCH] Add missing feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 533819ec..4c46c5cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,3 +110,4 @@ test-scw-all = ["test-scw-infra", "test-scw-managed-services", "test-scw-self-ho # functionnal test with only a k8s cluster as a dependency test-with-kube = [] +test-with-docker = []