diff options
author | Valery Piashchynski <[email protected]> | 2020-11-18 11:18:48 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-18 11:18:48 +0300 |
commit | 0a48a027642a34c560717526c55f70b7260d678c (patch) | |
tree | 6a6d173a85b31b436ce323044cfc066b50d8ba37 /Makefile | |
parent | 5b70ac6fb2ed68cfb28174ff7a58b4ad4a63e0c1 (diff) | |
parent | a136253bc88c1591cbab962af0506ff4c4cefc4b (diff) |
Merge pull request #409 from spiral/plugin/resetterv2.0.0-alpha20
Plugin/resetter
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |