sdk: Make sure "testing" feature is enabled for integration tests
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
committed by
Benjamin Bouvier
parent
c707e1f17e
commit
74091de8ef
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user