parsing-rust/.drone.yml
koalp de187b76af
Some checks failed
continuous-integration/drone/push Build is failing
ci: add drone tests
2020-09-21 00:25:00 +02:00

14 lines
180 B
YAML

---
kind: pipeline
name: normal
type: docker
steps:
- name: test
image: rust:1.31
pull: true
commands:
- cargo build
- cargo test
- cargo fmt -- --check