summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-03-03 15:39:22 +0100
committerVincent Breitmoser <look@my.amazin.horse>2022-03-06 23:30:12 +0000
commit1802cc6811b454d3a605ad925af424adfd2e5892 (patch)
treef385c128bd1df92640cd1694836b8efb99eb9c90
parent59c42c033d5e5dbedbe5223d3226bce8725845c8 (diff)
Run clippy on the whole workspace
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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