From 167003749a2484544bf410feb47328fe9505e0e7 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 8 Nov 2021 10:38:50 +0000 Subject: [PATCH] Run clippy in CI --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a88afe..eab2c99 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,12 +1,11 @@ platform: linux/arm64 pipeline: - unitTests: + clippy: image: rust:1.54.0-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - - cargo build --all - #- cargo test --all + - cargo clippy buildRelease: when: