From 1802cc6811b454d3a605ad925af424adfd2e5892 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Thu, 3 Mar 2022 15:39:22 +0100 Subject: [PATCH] Run clippy on the whole workspace --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6914fd9..64f5291 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,6 @@ build, test and lint: - rustup component add rustfmt - ./make-translated-templates - cargo build - - cargo clippy --tests --no-deps + - cargo clippy --tests --no-deps --workspace - cargo fmt --all -- --check - cargo test --all