Geoffrey-rs/.woodpecker.yml

11 lines
268 B
YAML
Raw Normal View History

2021-12-18 03:10:43 +00:00
---
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