diff --git a/Makefile b/Makefile index f855f2b..64d2d09 100644 --- a/Makefile +++ b/Makefile @@ -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