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 ]
|
branch: [ master ]
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
- src/**/*.rs
|
- "**/*.rs"
|
||||||
- fedimovies-*/**/*.rs
|
|
||||||
commands:
|
commands:
|
||||||
- rustup default $RUST
|
- rustup default $RUST
|
||||||
- cargo clippy --all-targets --all-features -- -D warnings
|
- cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
@ -21,8 +20,7 @@ pipeline:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
- src/**/*.rs
|
- "**/*.rs"
|
||||||
- fedimovies-*/**/*.rs
|
|
||||||
environment:
|
environment:
|
||||||
- CARGO_TERM_COLOR=always
|
- CARGO_TERM_COLOR=always
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue