ev/.drone.yml
xuu 7c4c1521fd
Some checks failed
continuous-integration/drone Build is failing
Add '.drone.yml'
2023-05-29 09:32:25 -06:00

9 lines
122 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.20
commands:
- go test -v -race ./...