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: