From ef8c89a71899249c8146da76692494e95e6cbd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= Date: Thu, 19 Dec 2024 23:21:41 +0100 Subject: [PATCH] scripts: Error out on warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- scripts/full-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/full-test.sh b/scripts/full-test.sh index f7cd45e..003f217 100755 --- a/scripts/full-test.sh +++ b/scripts/full-test.sh @@ -2,6 +2,8 @@ set -ex +export RUSTFLAGS="-Dwarnings" + cargo build --all --all-targets --all-features cargo clippy --all-targets --all-features cargo test --all-targets --all-features -- --nocapture