ev/.drone.yml
xuu d726380dbd
All checks were successful
continuous-integration/drone/push Build is passing
build: update runner
2023-09-29 11:01:56 -06:00

15 lines
194 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: test
image: golang:1.21.1
commands:
- go test -v -race -skip '^TestE2E|TestMain' ./...
trigger:
event:
- push
- pull_request