summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99ae9840..71294c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,6 @@ test:
go test -v -race -cover ./plugins/rpc -tags=debug
go test -v -race -cover ./plugins/rpc/tests -tags=debug
go test -v -race -cover ./plugins/config/tests -tags=debug
- go test -v -race -cover ./plugins/app/tests -tags=debug
- go test -v -race -cover ./plugins/logger/tests -tags=debug \ No newline at end of file
+ go test -v -race -cover ./plugins/server/tests -tags=debug
+ go test -v -race -cover ./plugins/logger/tests -tags=debug
+ go test -v -race -cover ./plugins/metrics/tests -tags=debug \ No newline at end of file