test-staking-e2e: Add to main Cargo.toml. (#14062)

This ensures that it is actually tested as part of the CI. There is also no need to have it separate.
This commit is contained in:
Bastian Köcher
2023-05-03 15:15:49 +02:00
committed by GitHub
parent d3b3a46d27
commit 13cab3a4b7
6 changed files with 32 additions and 3613 deletions
+25
View File
@@ -6097,6 +6097,31 @@ dependencies = [
"sp-std",
]
[[package]]
name = "pallet-election-provider-e2e-test"
version = "1.0.0"
dependencies = [
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"pallet-bags-list",
"pallet-balances",
"pallet-election-provider-multi-phase",
"pallet-session",
"pallet-staking",
"pallet-timestamp",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-npos-elections",
"sp-runtime",
"sp-staking",
"sp-std",
"sp-tracing",
]
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"