Skip to content
Snippets Groups Projects
Unverified Commit d090f8ea authored by bgallois's avatar bgallois
Browse files

add clippy checks for runtime-features

parent 5c2fbfc9
No related branches found
No related tags found
No related merge requests found
Pipeline #34938 passed
...@@ -63,7 +63,7 @@ fmt_and_clippy: ...@@ -63,7 +63,7 @@ fmt_and_clippy:
- cargo fmt -- --version - cargo fmt -- --version
- cargo fmt -- --check - cargo fmt -- --check
- cargo clippy -- -V - cargo clippy -- -V
- cargo clippy --all --tests -- -D warnings - cargo clippy --features runtime-benchmarks --all --tests -- -D warnings
run_benchmarks: run_benchmarks:
stage: tests stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment