diff options
author | Valery Piashchynski <[email protected]> | 2020-11-04 16:52:03 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-04 16:52:03 +0300 |
commit | 3a0a0190ed130e72ebc150bbb3e3c1582f22dd16 (patch) | |
tree | bd9a80b13b2ce977efbf487918fdcad180b218b2 /Makefile | |
parent | d4c06947f4f250908cd75b4a80afe1be77548229 (diff) |
Add tests to the Makefile, update CI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |