diff options
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 |