Geoffrey-rs/.woodpecker.yml

11 lines
268 B
YAML

---
pipeline:
compliance:
image: rust
commands:
- rustup component add clippy
- cargo build --verbose
- cargo clippy --workspace --tests --all-targets --all-features
- cargo test --workspace --no-fail-fast
when:
branch: main