drone.yml
This commit is contained in:
parent
47b8d06037
commit
4a37f03abb
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: cargo test
|
||||||
|
commands:
|
||||||
|
- cargo test
|
Loading…
x
Reference in New Issue
Block a user