summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f86fa4a..c216bb3d 100755
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ uninstall: ## Uninstall locally installed RR
rm -f /usr/local/bin/rr
test: ## Run application tests
+ go test -v -race -cover -tags=debug -covermode=atomic ./util
go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pipe
go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pool
go test -v -race -cover -tags=debug -covermode=atomic ./pkg/socket
@@ -43,6 +44,7 @@ test: ## Run application tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/static/tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/headers/tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/checker/tests
+ go test -v -race -cover -tags=debug -covermode=atomic ./plugins/redis/tests
go test -v -race -cover -tags=debug -covermode=atomic ./plugins/reload/tests
lint: ## Run application linters