diff --git a/Makefile b/Makefile index 07326e09..346aa333 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ test: check-go-version @go run golang.org/x/lint/golint@latest github.com/cucumber/godog @go run golang.org/x/lint/golint@latest github.com/cucumber/godog/cmd/godog go vet ./... - go test -race + go test -race ./... godog -f progress -c 4 gherkin: