makefile: added reflectx tests
This commit is contained in:
9
Makefile
9
Makefile
@@ -27,11 +27,14 @@ check: .check-fmt .check-vet .check-lint .check-ineffassign .check-mega .check-m
|
|||||||
.check-misspell:
|
.check-misspell:
|
||||||
@misspell ./...
|
@misspell ./...
|
||||||
|
|
||||||
|
GOTEST := go test -cover -race -tags all
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
@go test -cover -race -tags all .
|
@$(GOTEST) .
|
||||||
@go test -cover -race -tags all ./migrate
|
@$(GOTEST) ./migrate
|
||||||
@go test -cover -race -tags all ./qb
|
@$(GOTEST) ./qb
|
||||||
|
@$(GOTEST) ./reflectx
|
||||||
|
|
||||||
.PHONY: bench
|
.PHONY: bench
|
||||||
bench:
|
bench:
|
||||||
|
|||||||
Reference in New Issue
Block a user