Remove dependency on go.mod/go.sum for ginkgo running
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tyler 2022-08-15 02:17:12 -04:00
parent e7236b13de
commit 7f27df70ae
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
path: /build path: /build
commands: commands:
- go mod download - go mod download
- go install github.com/onsi/ginkgo/v2/ginkgo - go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
- ginkgo --randomize-all --p --cover --coverprofile=cover.out . - ginkgo --randomize-all --p --cover --coverprofile=cover.out .
- go tool cover -func=cover.out - go tool cover -func=cover.out
environment: environment: