fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members - Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml - Fix Rust import ordering with cargo fmt - Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
//! Tests for Grandpa Justification optimizer code.
|
||||
|
||||
use finality_grandpa::SignedPrecommit;
|
||||
use pezbp_header_pez_chain::justification::verify_and_optimize_justification;
|
||||
use pezbp_test_utils::*;
|
||||
use finality_grandpa::SignedPrecommit;
|
||||
use pezsp_consensus_grandpa::AuthoritySignature;
|
||||
|
||||
type TestHeader = pezsp_runtime::testing::Header;
|
||||
|
||||
Reference in New Issue
Block a user