diff options
author | Valery Piashchynski <[email protected]> | 2020-11-18 10:40:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-18 10:40:24 +0300 |
commit | 39aa0f42479dddbfaee0d7fa40f9eef4d9a5a374 (patch) | |
tree | 8bb03534417f0c6206965d8a9f9828a794e26dbd /Makefile | |
parent | be18313f6bf8f903f2d2ba3ca812ad8546c329f6 (diff) |
Add informer tests to the CI and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |