From 6cef7ed36ddceb29bc2e85548bbba22216cb7ff7 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Fri, 29 Mar 2024 21:18:48 -0400 Subject: [PATCH] Set deny warnings Rust flag --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db9a867..4954a4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ build: needs: [] image: $CI_REGISTRY/libretunes/ops/docker-leptos:latest + variables: + RUSTFLAGS: "-D warnings" script: - cargo-leptos build