From e3fecba7c53cb14d4e864a3bcf2343894fef04b8 Mon Sep 17 00:00:00 2001 From: Benjamin Chastanier Date: Wed, 11 Aug 2021 23:20:59 +0200 Subject: [PATCH] fix: fix scw and aws infra features in Cargo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30cf1ba7..4a2241cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,6 +91,6 @@ test-scw-infra = [] test-all-infra = ["test-aws-infra", "test-do-infra", "test-scw-infra"] # functionnal tests by provider -test-aws-all = ["test-aws-infra", "test-aws-infra", "test-aws-self-hosted"] +test-aws-all = ["test-aws-infra", "test-aws-managed-services", "test-aws-self-hosted"] test-do-all = ["test-do-infra", "test-do-managed-services", "test-do-self-hosted"] -test-scw-all = ["test-scw-infra", "test-scw-infra", "test-scw-self-hosted"] +test-scw-all = ["test-scw-infra", "test-scw-managed-services", "test-scw-self-hosted"]