Slow peer scoring #688
ci.yml
on: pull_request
gather_published_crates
6s
Run all WASM tests
1m 28s
Compile with MSRV
41s
Check rustdoc intra-doc links
44s
IPFS Integration tests
1m 24s
examples
3m 15s
semver
7m 26s
rustfmt
10s
manifest_lint
7s
Check for changes in proto files
12s
Ensure that `Cargo.lock` is up-to-date
13s
cargo-deny
30s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Annotations
7 errors
clippy (nightly-2023-09-10):
protocols/gossipsub/src/behaviour.rs#L1379
redundant pattern matching, consider using `is_err()`
|
clippy (nightly-2023-09-10):
protocols/gossipsub/src/types.rs#L638
this function has an empty `#[must_use]` attribute, but returns a type already marked as `#[must_use]`
|
clippy (nightly-2023-09-10):
protocols/gossipsub/src/types.rs#L647
this function has an empty `#[must_use]` attribute, but returns a type already marked as `#[must_use]`
|
clippy (nightly-2023-09-10):
protocols/gossipsub/src/types.rs#L672
this function has an empty `#[must_use]` attribute, but returns a type already marked as `#[must_use]`
|
clippy (nightly-2023-09-10):
protocols/gossipsub/src/types.rs#L699
this function has an empty `#[must_use]` attribute, but returns a type already marked as `#[must_use]`
|
clippy (nightly-2023-09-10)
Process completed with exit code 101.
|
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|