summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-18 11:24:20 +0300
committerValery Piashchynski <[email protected]>2020-11-18 11:24:20 +0300
commit2b395a5f1bd431a2a9c80c35a2ca5f42066c9ffd (patch)
tree1542b018ee2aa8511f5e8a8b64b2f45c52e91048 /Makefile
parenta2ba8de5eb519f73044a9b1c66f087a5b65e3d45 (diff)
parent0a48a027642a34c560717526c55f70b7260d678c (diff)
Merge branch 'release_2.0' into plugin/http
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71294c2f..b45c21f1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,6 @@ test:
go test -v -race -cover ./plugins/config/tests -tags=debug
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
+ go test -v -race -cover ./plugins/metrics/tests -tags=debug
+ go test -v -race -cover ./plugins/informer/tests -tags=debug
+ go test -v -race -cover ./plugins/resetter/tests -tags=debug \ No newline at end of file