Add Drone CI config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alex Page 2022-01-27 17:24:07 -05:00
parent b48684201b
commit cddb5875ea

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: rust
commands:
- cargo build --verbose --all
- cargo test --verbose --all