parent
9b306c71a9
commit
fad0e00acf
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
kind: pipeline
|
||||
name: testing
|
||||
|
||||
clone:
|
||||
depth: 50
|
||||
|
||||
steps:
|
||||
- name: testing
|
||||
image: golang:1.11
|
||||
pull: true
|
||||
commands:
|
||||
- go test -v .
|
||||
- go vet
|
Loading…
Reference in New Issue
Block a user