From 2b44c8e20d9de98c49796b6e26eea37baddc2c20 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 27 Apr 2023 22:41:40 +0200 Subject: [PATCH] Run test on Rust file changes --- .woodpecker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 41a221a..d922f75 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,8 +9,7 @@ pipeline: branch: [ master ] path: include: - - src/**/*.rs - - fedimovies-*/**/*.rs + - "**/*.rs" commands: - rustup default $RUST - cargo clippy --all-targets --all-features -- -D warnings @@ -21,8 +20,7 @@ pipeline: branch: [ master ] path: include: - - src/**/*.rs - - fedimovies-*/**/*.rs + - "**/*.rs" environment: - CARGO_TERM_COLOR=always commands: