More testing for the bridge implementation #16469
build+test.yml
on: pull_request
rustfmt
17s
check
1m 34s
test
26m 30s
clippy
1m 56s
web-client
5m 20s
web-client-lib
3m 48s
reconnect-test
9m 19s
Annotations
3 warnings
|
explicit call to `.into_iter()` in function argument accepting `IntoIterator`:
utils/src/merkle/mod.rs#L277
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator`
--> utils/src/merkle/mod.rs:277:18
|
277 | .zip(path_bits.into_iter())
| ^^^^^^^^^^^^^^^^^^^^^
|
note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()`
--> /rustc/48a229ceaefd4985c50990b14116b6d856af0985/library/core/src/iter/traits/iterator.rs:632:11
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.98.0/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
help: consider removing the `.into_iter()`
|
277 - .zip(path_bits.into_iter())
277 + .zip(path_bits)
|
|
|
explicit call to `.into_iter()` in function argument accepting `IntoIterator`:
utils/src/merkle/mod.rs#L277
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator`
--> utils/src/merkle/mod.rs:277:18
|
277 | .zip(path_bits.into_iter())
| ^^^^^^^^^^^^^^^^^^^^^
|
note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()`
--> /rustc/48a229ceaefd4985c50990b14116b6d856af0985/library/core/src/iter/traits/iterator.rs:632:11
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.98.0/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
help: consider removing the `.into_iter()`
|
277 - .zip(path_bits.into_iter())
277 + .zip(path_bits)
|
|
|
clippy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
reconnect-test-logs
|
280 KB |
sha256:90f0b0e6f7f64e5c3e1cec125d277ef56907c7706af16e55580a3f2283b15c18
|
|