summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index c216bb3d..1b903d6f 100755
--- a/Makefile
+++ b/Makefile
@@ -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 ./...