summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-17 14:38:29 +0300
committerValery Piashchynski <[email protected]>2020-12-17 14:38:29 +0300
commit7884349f27ed750825a0f4dea59af8964e182651 (patch)
tree98c3a819e6058c23090f62b983193cd4984b39d9 /Makefile
parentee0cb478c74c393a35155c2bf51e1ef260e0e5e2 (diff)
Redis initial commit
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f86fa4a..1420b2c0 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