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

This commit is contained in:
xuu 2023-05-26 13:07:07 -06:00
parent badfc0045e
commit 99132c2950

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 ...