Add skip for e2e tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jon Lundy 2023-05-29 09:50:17 -06:00
parent 5b9b436125
commit 111b24435d
Signed by untrusted user who does not match committer: xuu
GPG Key ID: C63E6D61F3035024

View File

@ -6,4 +6,4 @@ steps:
- name: test - name: test
image: golang:1.20 image: golang:1.20
commands: commands:
- go test -v -race ./... - go test -v -race -skip '^TestE2E' ./...