Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/lavana Build is failing

This commit is contained in:
xuu 2023-05-29 10:23:50 -06:00
parent ee55e6b7ed
commit 7139fd9e42

View File

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