forked from cadey/maj
Add '.drone.yml'
This commit is contained in:
parent
5cce5a618c
commit
1a32b2616c
|
@ -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
|
Loading…
Reference in New Issue