summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-27 16:08:27 +0300
committerValery Piashchynski <[email protected]>2020-11-27 16:08:27 +0300
commit6abfe73b5f7b66a7be094486e29ab3f2ab1ce940 (patch)
tree888b5eb96ab396ef53f77ce3944ed62af9cc878d /Makefile
parentb5020bfce6b5362400cb9b578fe32c1a6ed5d61a (diff)
Gzip plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 165802f8..4797d130 100644
--- a/Makefile
+++ b/Makefile
@@ -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