summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-04 16:52:03 +0300
committerValery Piashchynski <[email protected]>2020-11-04 16:52:03 +0300
commit3a0a0190ed130e72ebc150bbb3e3c1582f22dd16 (patch)
treebd9a80b13b2ce977efbf487918fdcad180b218b2 /Makefile
parentd4c06947f4f250908cd75b4a80afe1be77548229 (diff)
Add tests to the Makefile, update CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 128e2a5a..6675459a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
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 \ No newline at end of file