drone.yml

This commit is contained in:
jake 2019-09-07 14:58:51 -07:00
parent 47b8d06037
commit 4a37f03abb

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: cargo test
commands:
- cargo test