Skip to content

Commit 1c91e6f

Browse files
committed
Make sure make test runs all tests
Fixes #458
1 parent 2695c3f commit 1c91e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test: check-go-version
1515
@go run golang.org/x/lint/golint@latest github.com/cucumber/godog
1616
@go run golang.org/x/lint/golint@latest github.com/cucumber/godog/cmd/godog
1717
go vet ./...
18-
go test -race
18+
go test -race ./...
1919
godog -f progress -c 4
2020

2121
gherkin:

0 commit comments

Comments
 (0)