diff --git a/.drone.yml b/.drone.yml index fe4df06..8e3b091 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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