diff options
author | Valery Piashchynski <[email protected]> | 2020-12-17 14:38:29 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-17 14:38:29 +0300 |
commit | 7884349f27ed750825a0f4dea59af8964e182651 (patch) | |
tree | 98c3a819e6058c23090f62b983193cd4984b39d9 /Makefile | |
parent | ee0cb478c74c393a35155c2bf51e1ef260e0e5e2 (diff) |
Redis initial commit
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |