summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-21 19:42:23 +0300
committerValery Piashchynski <[email protected]>2020-12-21 19:42:23 +0300
commitee8b4075c0f836d698d1ae505c87c17147de447a (patch)
tree531d980e5bfb94ee39b03952a97e0445f7955409 /Makefile
parent0ad45031047bb479e06ce0a0f496c6db9b2641c9 (diff)
Move plugins to the roadrunner-plugins repository
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 ./...