sdk: Make sure "testing" feature is enabled for integration tests

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2023-12-11 11:36:30 +01:00
committed by Benjamin Bouvier
parent c707e1f17e
commit 74091de8ef
+4
View File
@@ -159,3 +159,7 @@ wasm-bindgen-test = "0.3.33"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
wiremock = "0.5.13"
[[test]]
name = "integration"
required-features = ["testing"]