mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
go1.16 (#14783)
This commit is contained in:
14
vendor/github.com/go-chi/chi/Makefile
generated
vendored
Normal file
14
vendor/github.com/go-chi/chi/Makefile
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
all:
|
||||
@echo "**********************************************************"
|
||||
@echo "** chi build tool **"
|
||||
@echo "**********************************************************"
|
||||
|
||||
|
||||
test:
|
||||
go clean -testcache && $(MAKE) test-router && $(MAKE) test-middleware
|
||||
|
||||
test-router:
|
||||
go test -race -v .
|
||||
|
||||
test-middleware:
|
||||
go test -race -v ./middleware
|
Reference in New Issue
Block a user