summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-05 17:48:42 +0300
committerValery Piashchynski <[email protected]>2020-11-05 17:48:42 +0300
commit73da7300fcc9b8b22faa1c91fc1faff22ab944ff (patch)
treef2bf9b97d38103de51e2d140aa76666f9c6341c8 /Makefile
parente76536ce9310552547bdae3ad46ebd08dbd2bb4a (diff)
Add logger test, add all tests to the CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ab52bd1..99ae9840 100644
--- a/Makefile
+++ b/Makefile
@@ -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