From 05f25172d83b0d642b0030d4a52885aab640f276 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 26 Mar 2020 18:49:42 +0100 Subject: Add clippy job to debian build --- .builds/debian.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index 9132c0cd..96ce2747 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -20,3 +20,7 @@ tasks: - test: | cd imag PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features + - clippy: | + cd imag + PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy + PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features -- -D warnings -- cgit v1.2.3