This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
tcp-over-http/.drone.yml
Pierre Hubert 4ce1988e4c
Some checks failed
continuous-integration/drone/push Build is failing
Forbid cargo clippy warnings
2022-09-02 15:55:42 +02:00

14 lines
180 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test