diff --git a/.woodpecker.yml b/.woodpecker.yml index 24a2bdd..8bef120 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,8 +5,9 @@ pipeline: image: rust:1.54.0-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - - rustup component add clippy - - cargo clippy + #- rustup component add clippy + # TODO clippy one day + - cargo check buildRelease: when: