diff options
author | Paramtamtam <[email protected]> | 2020-12-08 11:51:38 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2020-12-08 11:51:38 +0500 |
commit | 7231dd8ff74e29cb878a6d97404c7e4555627575 (patch) | |
tree | 84f9e0ae497b7fae4ca7167d6f9b46a21d26d1f3 /Makefile | |
parent | bd60c9401c8873f317cedafbf11ebbe531f7292c (diff) |
Makefile updated
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 go test -v -race -cover ./util go test -v -race -cover ./service go test -v -race -cover ./service/env |