GrammalecteClient/.drone.yml

15 lines
196 B
YAML
Raw Permalink Normal View History

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