summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-08-11 01:41:51 +0900
committerGitHub <noreply@github.com>2019-08-11 01:41:51 +0900
commitfff39c03b19871aafad25df5b8688d3915f001a0 (patch)
tree43cc3d94f0e1e6f8d749535726538e68ac29a5c2 /.cirrus.yml
parent756606a58be2ad29c33752873d2c5c3c2f7a1d71 (diff)
ci: deny warnings in cirrus (#1425)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e78c2d01..455c5813 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