From 9dbb4c8804f31b5a557661ec5df0ae2a94463b62 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 11 May 2021 21:58:49 +0200 Subject: [PATCH] [#45] Moved clippy call to lint phase --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b1797e2..4d975b8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -43,14 +43,14 @@ pipeline: group: lint commands: - cargo fmt -- --check + # This is run here because it requires compilation + - cargo clippy -- -D warnings # =====TESTING===== test-backend: image: chewingbever/fej-builder:latest commands: - # This is run here because it requires compilation - - cargo clippy -- -D warnings - cargo test