Change makefile
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
c4056cdd78
commit
9006e24af5
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ lint: ## Линт всего проекта
|
|||
|
||||
.PHONY: test
|
||||
test: ## Юнит тестирование всего проекта
|
||||
go test -race -count 100 -timeout 30s ./...
|
||||
go test -race -timeout 30s ./...
|
||||
|
||||
help: ## Print this help and exit
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
|
Loading…
Reference in New Issue