Set deny warnings Rust flag

This commit is contained in:
Ethan Girouard 2024-03-29 21:18:48 -04:00
parent 827d88ac94
commit 6cef7ed36d
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -2,6 +2,8 @@
build: build:
needs: [] needs: []
image: $CI_REGISTRY/libretunes/ops/docker-leptos:latest image: $CI_REGISTRY/libretunes/ops/docker-leptos:latest
variables:
RUSTFLAGS: "-D warnings"
script: script:
- cargo-leptos build - cargo-leptos build