From 9afd0b435079f53ccca78f56597527040bf661d4 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 8 Nov 2021 11:10:47 +0000 Subject: [PATCH] Use cargo check for now --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: