From dcb26842ff9ea1985b08178eb69ccf9809598593 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 9 May 2020 10:47:53 +0200 Subject: Make clippy only warn for now Signed-off-by: Matthias Beyer --- .builds/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index 816e9e3..e2b9d16 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -16,7 +16,7 @@ tasks: PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy - clippy: | cd serde-select - PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features -- -D warnings + PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features triggers: - action: email condition: always -- cgit v1.2.3