This commit is contained in:
Michael Zhang 2021-09-07 06:31:13 -05:00
parent 6f2b7c33cf
commit 9d89a47e8b
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

12
.drone.yml Normal file
View file

@ -0,0 +1,12 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust
commands:
- cargo check --all
- cargo test --all