Add '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
xuu 2023-05-29 09:32:25 -06:00
parent 12a3e7b1ff
commit 7c4c1521fd

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.20
commands:
- go test -v -race ./...