diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,4 +10,5 @@ test: go test -v -race -cover ./plugins/informer/tests -tags=debug go test -v -race -cover ./plugins/resetter/tests -tags=debug go test -v -race -cover ./plugins/http/attributes -tags=debug - go test -v -race -cover ./plugins/http/tests -tags=debug
\ No newline at end of file + go test -v -race -cover ./plugins/http/tests -tags=debug + go test -v -race -cover ./plugins/gzip/tests -tags=debug
\ No newline at end of file |