summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 128e2a5a..99ae9840 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,7 @@
test:
- go test -v -race -tags=debug .
+ go test -v -race -cover . -tags=debug
+ 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
+ go test -v -race -cover ./plugins/logger/tests -tags=debug \ No newline at end of file