From e5aa7ccde5e202100a83892412447cab3292d502 Mon Sep 17 00:00:00 2001
From: Mathis Randl <mathis.randl@epfl.ch>
Date: Tue, 12 Nov 2024 10:34:02 +0100
Subject: [PATCH] more pedantic CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2316483..ad29a47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ rust-latest:
     - cargo build --verbose
     - cargo test --verbose
     - rustup component add clippy
-    - cargo clippy -- -D warnings
+    - cargo clippy -- -Dwarnings -Wclippy::pedantic
     - rustup component add rustfmt
     - cargo fmt -- --check
 
-- 
GitLab