summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-19 13:48:43 +0300
committerValery Piashchynski <[email protected]>2021-01-19 13:48:43 +0300
commit9bb05ec11065e765d14701f3f0c6aef19640dff7 (patch)
tree10e88d11ac3571c701d06e3671e6e2b538d879ed /Makefile
parenta9a206b31e272e0508fff496e9641c4db291ddb7 (diff)
Uniform debug message from the http hanlder
Update tests Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 706c4e09..acbccd72 100755
--- a/Makefile
+++ b/Makefile
@@ -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