Skip to content

Commit

Permalink
Merge branch 'main' into switch-from-golint-to-staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Feb 14, 2022
2 parents 534ab13 + 1c91e6f commit 8594a6c
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 honnef.co/go/tools/cmd/staticcheck@v0.2.2 github.com/cucumber/godog
@go run honnef.co/go/tools/cmd/staticcheck@v0.2.2 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 8594a6c

Please sign in to comment.