diff options
author | Valery Piashchynski <[email protected]> | 2020-12-24 17:43:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-24 17:43:20 +0300 |
commit | a099743641466e0cde723ab0eeb500d836645308 (patch) | |
tree | 45f7db4c9d7bbd762bbb27c09dd9f11dbe5b0817 /Makefile | |
parent | 431bb7ee50d49e8ff6a812826f8536f44447ebf5 (diff) |
Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30
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 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 |