diff --git a/Cargo.toml b/Cargo.toml index 3cba3c8167..902f741c2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,10 +243,6 @@ members = [ "integration-tests/emulated/tests/people/people-kusama", ] -exclude = [ - "integration-tests/zombienet", -] - [profile.release] # Polkadot runtime requires unwinding. panic = "unwind" diff --git a/integration-tests/zombienet/Cargo.toml b/integration-tests/zombienet/Cargo.toml index d6b2c10169..d9570415c5 100644 --- a/integration-tests/zombienet/Cargo.toml +++ b/integration-tests/zombienet/Cargo.toml @@ -3,8 +3,6 @@ name = "zombienet-sdk-tests" version = "0.1.0" edition = "2021" -[workspace] - [dependencies] serde_json = { version = "1.0.114", default-features = false } subxt = { version = "0.35.0", default-features = false, features = ["native"] }