diff options
author | Valery Piashchynski <[email protected]> | 2020-11-27 16:08:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-27 16:08:27 +0300 |
commit | 6abfe73b5f7b66a7be094486e29ab3f2ab1ce940 (patch) | |
tree | 888b5eb96ab396ef53f77ce3944ed62af9cc878d /Makefile | |
parent | b5020bfce6b5362400cb9b578fe32c1a6ed5d61a (diff) |
Gzip plugin
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 |