rustypipe/.woodpecker.yml
ThetaDev c15d46e0c4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add all request tls options
2023-05-08 17:07:29 +02:00

10 lines
302 B
YAML

pipeline:
test:
image: rust:latest
environment:
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
commands:
- rustup component add rustfmt clippy
- cargo fmt --all --check
- cargo clippy --all --features=rss -- -D warnings
- cargo test --features=rss --workspace