From a9bad254c1e730d133e9458071d7e96c1fa93064 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 13 Feb 2021 15:45:22 +0100 Subject: [PATCH] Forbid warnings when building in CI Together with a weekly CI run (#100), this should ensure that we catch issues like #95 quickly when they appear on the nightly Rust channel. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 428ebd7..c9a3f51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ on: env: CARGO_TERM_COLOR: always + RUSTFLAGS: -D warnings jobs: