Run test on Rust file changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rafael Caricio 2023-04-27 22:41:40 +02:00
parent d8bea2c868
commit 2b44c8e20d
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -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: