From 58cae272f09ef180ed2690c348e3313ec4fcb2ae Mon Sep 17 00:00:00 2001
From: Vincent Lafeychine <vincent.lafeychine@proton.me>
Date: Tue, 18 Oct 2022 12:09:59 +0200
Subject: [PATCH] feat(ci): Run clippy on tests (and other cfg)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b0d4d3c..02f3cf86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ format:
 
 lint:
   script:
-    - cargo clippy -- -D warnings
+    - cargo clippy --all-targets --all-features -- -D warnings
 
 build:
   needs: [format, lint]
-- 
GitLab