This commit is contained in:
parent
12a3e7b1ff
commit
7c4c1521fd
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- go test -v -race ./...
|
Loading…
Reference in New Issue
Block a user