mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: fix scw and aws infra features in Cargo
This commit is contained in:
committed by
Pierre Mavro
parent
9842fe9ea2
commit
e3fecba7c5
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user