Skip to content

Commit

Permalink
add test target.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Feb 3, 2025
1 parent 29202d2 commit 4920840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ fmt: $(GOIMPORTS)
vet:
go vet $(PKG)

test:
go test -count=1 -v ./cmd/...

# Ensure goimports installed.
$(GOIMPORTS):
go install golang.org/x/tools/cmd/[email protected]

0 comments on commit 4920840

Please sign in to comment.