summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-01 17:54:23 +0300
committerValery Piashchynski <[email protected]>2020-12-01 17:54:23 +0300
commitf77ddd3109c300d0429e50bde19f86ea8c4883f8 (patch)
treedf35f9205bedbfd05d16ed0eda8ab60d25c1ca69 /Makefile
parent3805b875c6498a9697c692c010bc022e8ebd50b0 (diff)
Update CI, prepare to test Headers plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c723e1e..bcfe8d93 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,8 @@ test:
go test -v -race -cover ./plugins/http/tests -tags=debug
go test -v -race -cover ./plugins/gzip/tests -tags=debug
go test -v -race -cover ./plugins/static/tests -tags=debug
- go test -v -race -cover ./plugins/static -tags=debug \ No newline at end of file
+ go test -v -race -cover ./plugins/static -tags=debug
+ go test -v -race -cover ./plugins/headers/tests -tags=debug
+
+test_headers:
+ go test -v -race -cover ./plugins/headers/tests -tags=debug \ No newline at end of file