Validity Window Syncer #11298
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build+test.yml
on: pull_request
rustfmt
14s
test
35m 1s
clippy
1m 7s
web-client
7m 38s
reconnect-test
9m 28s
Annotations
1 error and 3 warnings
reconnect-test
Process completed with exit code 1.
|
unneeded `return` statement:
blockchain/src/blockchain/wrappers.rs#L265
warning: unneeded `return` statement
--> blockchain/src/blockchain/wrappers.rs:265:13
|
265 | return true;
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
265 - return true;
265 + true
|
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reconnect-test-logs
Expired
|
325 KB |
|