CI fix loop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rafael Caricio 2023-04-27 22:46:23 +02:00
parent de6072026b
commit 3860b4780d
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -9,7 +9,7 @@ pipeline:
branch: [ master ]
path:
include:
- "**/*.rs"
- "./**/*.rs"
commands:
- rustup default $RUST
- cargo clippy --all-targets --all-features -- -D warnings
@ -20,7 +20,7 @@ pipeline:
branch: [ master ]
path:
include:
- "**/*.rs"
- "./**/*.rs"
environment:
- CARGO_TERM_COLOR=always
commands: