Skip to content

Commit

Permalink
chore: add go mod verify in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 28, 2023
1 parent 938c6b4 commit 446b27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all:
go mod tidy
go mod verify
go fmt ./...
go test -cover ./...
go install ./...
Expand Down

0 comments on commit 446b27f

Please sign in to comment.