diff options
author | Valery Piashchynski <[email protected]> | 2020-11-05 15:45:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-05 15:45:18 +0300 |
commit | bca69d968ef76a6260956bc169cb07996fbb7724 (patch) | |
tree | bcca677f40d0dd19da5095bfe8dc5c6bacf64566 /Makefile | |
parent | 3a0a0190ed130e72ebc150bbb3e3c1582f22dd16 (diff) |
App test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ test: 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 + 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 |