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