Skip to content

Commit

Permalink
Add dep target to makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Jan 20, 2021
1 parent 4d22e8b commit f7646b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: dep
dep:
go mod tidy && go mod verify

.PHONY: test
test:
go test ./...
Expand Down

0 comments on commit f7646b5

Please sign in to comment.