Add skip for e2e tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5b9b436125
commit
111b24435d
|
@ -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' ./...
|
Loading…
Reference in New Issue
Block a user