summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2020-12-08 11:51:38 +0500
committerParamtamtam <[email protected]>2020-12-08 11:51:38 +0500
commit7231dd8ff74e29cb878a6d97404c7e4555627575 (patch)
tree84f9e0ae497b7fae4ca7167d6f9b46a21d26d1f3 /Makefile
parentbd60c9401c8873f317cedafbf11ebbe531f7292c (diff)
Makefile updated
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 990e72f6..bb1e1975 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
go test -v -race -cover ./util
go test -v -race -cover ./service
go test -v -race -cover ./service/env