summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-18 10:47:00 +0300
committerGitHub <[email protected]>2020-11-18 10:47:00 +0300
commit5b70ac6fb2ed68cfb28174ff7a58b4ad4a63e0c1 (patch)
tree8bb03534417f0c6206965d8a9f9828a794e26dbd /Makefile
parent6236aac37bd1661b20400689f66d1e92283c5111 (diff)
parent39aa0f42479dddbfaee0d7fa40f9eef4d9a5a374 (diff)
Merge pull request #408 from spiral/plugin/informer
Plugin/informer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71294c2f..1ea8ae50 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,5 @@ 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 \ No newline at end of file