From d090f8ea922a2693e72580a2ac3e7a4e8e0b1925 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Mon, 18 Dec 2023 14:39:19 +0100 Subject: [PATCH] add clippy checks for runtime-features --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b53eb7df5..e26b3f903 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 -- GitLab