From 1c91e6f9ea322e3d12e6beed92e4c3b4ffda1ae6 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Mon, 14 Feb 2022 09:51:17 -0800 Subject: [PATCH] Make sure `make test` runs all tests Fixes #458 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07326e0..346aa33 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: