Skip to content

Commit

Permalink
chore: improve unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
qloog committed Jun 26, 2023
1 parent 4194986 commit 4988970
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,8 @@ lint:

.PHONY: test
# make test
test: test-case vet
@go test -short ${PKG_LIST} -tags test

.PHONY: test-case
# make test-case
test-case:
@go test -cover ./... | grep -v vendor;true
test:
@go test -short ${PKG_LIST} | grep -v examples

.PHONY: vet
# make vet
Expand Down

0 comments on commit 4988970

Please sign in to comment.