From fff39c03b19871aafad25df5b8688d3915f001a0 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 11 Aug 2019 01:41:51 +0900 Subject: [PATCH] ci: deny warnings in cirrus (#1425) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index e78c2d015..455c58133 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,6 +9,7 @@ task: name: FreeBSD 12.0 env: LOOM_MAX_PREEMPTIONS: 2 + RUSTFLAGS: -Dwarnings setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh