fedimovies/.woodpecker.yml
Rafael Caricio 44004de576
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
OK, run CI always
2023-04-27 23:23:03 +02:00

23 lines
408 B
YAML

matrix:
RUST: [stable]
pipeline:
check-style:
image: rust
when:
branch: [ master ]
commands:
- rustup default $RUST
- cargo clippy --all-targets --all-features -- -D warnings
run-tests:
image: rust
when:
branch: [ master ]
environment:
- CARGO_TERM_COLOR=always
commands:
- rustup default $RUST
- cargo test --all -- --nocapture