Add '.drone.yml'

This commit is contained in:
Cadey Ratio 2020-07-24 12:11:30 +00:00
parent 5cce5a618c
commit 1a32b2616c
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
name: tests/release
steps:
- name: rust tests
image: "rust:1"
pull: always
commands:
- cargo test --all
when:
event:
- push