diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -29,23 +29,6 @@ test: ## Run application tests go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pool go test -v -race -cover -tags=debug -covermode=atomic ./pkg/socket go test -v -race -cover -tags=debug -covermode=atomic ./pkg/worker - go test -v -race -cover -tags=debug -covermode=atomic ./pkg/worker_watcher - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/rpc - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/rpc/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/config/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/logger/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/server/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/metrics/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/informer/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/resetter/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/http/attributes - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/http/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/gzip/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/static/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/headers/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/checker/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/redis/tests - go test -v -race -cover -tags=debug -covermode=atomic ./plugins/reload/tests lint: ## Run application linters go fmt ./... |