Skip to content

Commit

Permalink
Make sure make test runs all tests
Browse files Browse the repository at this point in the history
Fixes #458
  • Loading branch information
mattwynne committed Feb 14, 2022
1 parent 2695c3f commit 1c91e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c91e6f

Please sign in to comment.