diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b53eb7df5bf8a8a4aa85ce177e161dd005362ca7..e26b3f9031353edb7ed5ffbd9b1841e4ff9f2b1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ fmt_and_clippy: - cargo fmt -- --version - cargo fmt -- --check - cargo clippy -- -V - - cargo clippy --all --tests -- -D warnings + - cargo clippy --features runtime-benchmarks --all --tests -- -D warnings run_benchmarks: stage: tests