Skip to content

Commit e5529d9

Browse files
authored
Update Makefile (#739)
1 parent b6a2c5a commit e5529d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1+
.PHONY: all
12
all:
23
@echo "**********************************************************"
34
@echo "** chi build tool **"
45
@echo "**********************************************************"
56

67

8+
.PHONY: test
79
test:
810
go clean -testcache && $(MAKE) test-router && $(MAKE) test-middleware
911

12+
.PHONY: test-router
1013
test-router:
1114
go test -race -v .
1215

16+
.PHONY: test-middleware
1317
test-middleware:
1418
go test -race -v ./middleware
1519

0 commit comments

Comments
 (0)