From a6f7574787cb1b568c74ce1df80d733143a8a4fe Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Mon, 19 Apr 2021 18:13:45 +0200 Subject: [PATCH] Run clippy during the CI checks --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6db651b0..fd4d986e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,7 @@ checkstyle-linux-stable: script: - rustup component add rustfmt - cargo fmt --all -- --check + - cargo clippy allow_failure: true # test rust stable