diff options
author | Valery Piashchynski <[email protected]> | 2020-11-05 17:48:42 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-05 17:48:42 +0300 |
commit | 73da7300fcc9b8b22faa1c91fc1faff22ab944ff (patch) | |
tree | f2bf9b97d38103de51e2d140aa76666f9c6341c8 /Makefile | |
parent | e76536ce9310552547bdae3ad46ebd08dbd2bb4a (diff) |
Add logger test, add all tests to the CI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ test: go test -v -race -cover ./plugins/rpc -tags=debug go test -v -race -cover ./plugins/rpc/tests -tags=debug go test -v -race -cover ./plugins/config/tests -tags=debug - go test -v -race -cover ./plugins/app/tests -tags=debug
\ No newline at end of file + go test -v -race -cover ./plugins/app/tests -tags=debug + go test -v -race -cover ./plugins/logger/tests -tags=debug
\ No newline at end of file |