diff options
author | Valery Piashchynski <[email protected]> | 2021-01-19 13:48:43 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-19 13:48:43 +0300 |
commit | 9bb05ec11065e765d14701f3f0c6aef19640dff7 (patch) | |
tree | 10e88d11ac3571c701d06e3671e6e2b538d879ed /Makefile | |
parent | a9a206b31e272e0508fff496e9641c4db291ddb7 (diff) |
Uniform debug message from the http hanlder
Update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,7 +24,6 @@ uninstall: ## Uninstall locally installed RR rm -f /usr/local/bin/rr test_coverage: - go clean -testcache docker-compose -f tests/docker-compose.yaml up -d rm -rf coverage mkdir coverage @@ -58,7 +57,6 @@ test_coverage: docker-compose -f tests/docker-compose.yaml down test: ## Run application tests - go clean -testcache docker-compose -f tests/docker-compose.yaml up -d go test -v -race -cover -tags=debug -covermode=atomic ./utils go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pipe |