Run test on Rust file changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d8bea2c868
commit
2b44c8e20d
1 changed files with 2 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue