Skip to content

Commit

Permalink
Update Makefile (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
bichanna committed Oct 18, 2022
1 parent b6a2c5a commit e5529d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
@@ -1,15 +1,19 @@
.PHONY: all
all:
@echo "**********************************************************"
@echo "** chi build tool **"
@echo "**********************************************************"


.PHONY: test
test:
go clean -testcache && $(MAKE) test-router && $(MAKE) test-middleware

.PHONY: test-router
test-router:
go test -race -v .

.PHONY: test-middleware
test-middleware:
go test -race -v ./middleware

Expand Down

0 comments on commit e5529d9

Please sign in to comment.