drone CI
This commit is contained in:
parent
b9ce23aba9
commit
4f82b5878e
|
@ -0,0 +1,9 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: golang
|
||||||
|
pull: always
|
||||||
|
commands:
|
||||||
|
- go test
|
Loading…
Reference in New Issue