fix(tests): create values of block_size #72
rust.yml
on: pull_request
Detect changes
9s
Unit Tests
3m 6s
Integration Tests
6m 5s
no_std compatibility
13s
Clippy
31s
Formatting
13s
MSRV
35s
Standalone
1m 43s
Annotations
2 errors
|
Clippy:
crates/sync/src/state.rs#L155
error: very complex type used. Consider factoring parts into `type` definitions
--> crates/sync/src/state.rs:155:10
|
155 | ) -> Option<(
| __________^
156 | | OutboundRequestId,
157 | | PeerId,
158 | | &mut Vec<RangeInclusive<Ctx::Height>>,
159 | | )> {
| |______^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#type_complexity
|
|
Integration Tests
Process completed with exit code 1.
|