From ee8b4075c0f836d698d1ae505c87c17147de447a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 21 Dec 2020 19:42:23 +0300 Subject: Move plugins to the roadrunner-plugins repository --- Makefile | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Makefile') 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 ./... -- cgit v1.2.3