From 63643d21560a3d1f666ba155a599b1e593c27c9b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Oct 2019 07:03:00 -0400 Subject: fail on warnings --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a336098..d7c8eb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ stages: - build +variables: + RUSTFLAGS: "-D warnings" + rust-latest: stage: build image: rust:latest -- cgit v1.2.3-54-g00ecf