Skip to content

Commit

Permalink
Makefile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Gallego committed Jul 2, 2024
1 parent c8c0524 commit a7f8b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test:
.PHONY: deps
deps:
GO111MODULE=on go mod vendor
go install github.com/mattn/goveralls
go install github.com/go-playground/overalls
go install github.com/mattn/goveralls@0.12
go install github.com/go-playground/overalls@latest

.PHONY: coveralls
coveralls:
Expand Down

0 comments on commit a7f8b87

Please sign in to comment.