Skip to content

Commit

Permalink
add test to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiwei committed Aug 18, 2021
1 parent 1f2b95a commit 85d9117
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 @@ -9,3 +9,6 @@ GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags \
build:
$(GOBUILD) -o $(BINDIR)/$(NAME)
@strip $(BINDIR)/$(NAME) || true

test:
go test ./pkg/cert

0 comments on commit 85d9117

Please sign in to comment.