diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ test: 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 - go test -v -race ./plugins/metrics/tests -tags=debug
\ No newline at end of file + go test -v -race -cover ./plugins/metrics/tests -tags=debug
\ No newline at end of file |