Deny warnings in gitlab CI

xmppftw@kl.netlib.re created

Change summary

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

Detailed changes

.gitlab-ci.yml 🔗

@@ -31,6 +31,8 @@ variables:
   script:
     - cargo test --verbose --release -- --include-ignored
     - cargo test --verbose --no-default-features
+  variables:
+    RUSTFLAGS: " -D warnings"
 
 rustfmt:
   stage: lint