summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-13 17:36:22 +0300
committerValery Piashchynski <[email protected]>2020-11-13 17:36:22 +0300
commit99b6012400ab407cfcb04aab833640af565d550d (patch)
tree75a228cf96d90f99e7ee6367c5d7cbb4c465c61d /Makefile
parent6eefd067f4c08ed51834926abd1a4c60ec55b56d (diff)
Metrics config test
Config proper parsing Add metrics tests to the CI and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99ae9840..981b50b3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,5 @@ test:
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/logger/tests -tags=debug
+ go test -v -race ./plugins/metrics/tests -tags=debug \ No newline at end of file