summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-18 11:08:09 +0300
committerValery Piashchynski <[email protected]>2020-11-18 11:08:09 +0300
commita136253bc88c1591cbab962af0506ff4c4cefc4b (patch)
tree6a6d173a85b31b436ce323044cfc066b50d8ba37 /Makefile
parent46bb1d72ef7b43d253cc84393f054f05365bd22f (diff)
Add Resetter 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 1ea8ae50..b45c21f1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,5 @@ test:
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
- go test -v -race -cover ./plugins/informer/tests -tags=debug \ No newline at end of file
+ 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