fix: fix scw and aws infra features in Cargo

This commit is contained in:
Benjamin Chastanier
2021-08-11 23:20:59 +02:00
committed by Pierre Mavro
parent 9842fe9ea2
commit e3fecba7c5

View File

@@ -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"]