Change makefile
continuous-integration/drone/push Build is failing Details

master
Андрей Иванов 2024-09-10 12:48:02 +03:00
parent c4056cdd78
commit 9006e24af5
1 changed files with 1 additions and 1 deletions

View File

@ -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}'