summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c0cabbe..87999417 100755
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ uninstall: ## Uninstall locally installed RR
test: ## Run application tests
#go clean -testcache
- go test -v -race -cover -tags=debug -covermode=atomic ./util
+ go test -v -race -cover -tags=debug -covermode=atomic ./utils
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