summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-24 17:43:20 +0300
committerValery Piashchynski <[email protected]>2020-12-24 17:43:20 +0300
commita099743641466e0cde723ab0eeb500d836645308 (patch)
tree45f7db4c9d7bbd762bbb27c09dd9f11dbe5b0817 /Makefile
parent431bb7ee50d49e8ff6a812826f8536f44447ebf5 (diff)
Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b903d6f..54744223 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 clean -testcache
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