diff options
author | Valery Piashchynski <[email protected]> | 2020-12-21 19:42:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-21 19:42:23 +0300 |
commit | ee8b4075c0f836d698d1ae505c87c17147de447a (patch) | |
tree | 531d980e5bfb94ee39b03952a97e0445f7955409 /Makefile | |
parent | 0ad45031047bb479e06ce0a0f496c6db9b2641c9 (diff) |
Move plugins to the roadrunner-plugins repository
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 ./... |