Skip to content

Improve overall test time #196

Improve overall test time

Improve overall test time #196

Triggered via pull request December 2, 2023 01:27
Status Failure
Total duration 13m 3s
Artifacts

rust-checks.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
module has the same name as its containing module: core/tests/integration/on_runtime_upgrade.rs#L20
error: module has the same name as its containing module --> core/tests/integration/on_runtime_upgrade.rs:20:1 | 20 | / mod on_runtime_upgrade { 21 | | use std::time::Duration; 22 | | 23 | | use assert_cmd::cargo::cargo_bin; ... | 251 | | } 252 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception = note: `-D clippy::module-inception` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::module_inception)]`
lint
Clippy had exited with the 101 exit code