ev/.drone.yml
Jon Lundy 111b24435d
All checks were successful
continuous-integration/drone/push Build is passing
Add skip for e2e tests
2023-05-29 09:50:17 -06:00

9 lines
139 B
YAML

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