Skip to content

Commit

Permalink
go mod vendor before make test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ranson committed Jun 5, 2020
1 parent 65f3ac8 commit fef0608
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 @@ -104,7 +104,7 @@ style:
! gofmt -d $$(find . -path ./vendor -prune -o -name '*.go' -print) | grep '^'

.PHONY: test
test:
test: go-mod-vendor
@go test -v -coverprofile=.coverprofile ./...

.PHONY: bench
Expand Down

0 comments on commit fef0608

Please sign in to comment.