summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b45c21f1..165802f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
test:
+ go clean -testcache
go test -v -race -cover . -tags=debug
go test -v -race -cover ./plugins/rpc -tags=debug
go test -v -race -cover ./plugins/rpc/tests -tags=debug
@@ -7,4 +8,6 @@ test:
go test -v -race -cover ./plugins/logger/tests -tags=debug
go test -v -race -cover ./plugins/metrics/tests -tags=debug
go test -v -race -cover ./plugins/informer/tests -tags=debug
- go test -v -race -cover ./plugins/resetter/tests -tags=debug \ No newline at end of file
+ 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