diff --git a/Makefile b/Makefile index 07a88c7d4..c5d6e9d70 100644 --- a/Makefile +++ b/Makefile @@ -528,7 +528,7 @@ test-full-386: DISABLE_FSYNC_FOR_TESTING=1 GOARCH=386 go test -coverprofile=coverage.txt -covermode=atomic ./lib/... ./app/... integration-test: victoria-metrics vmagent vmalert vmauth - go test ./apptest/... -skip="^TestCluster.*" -v + go test ./apptest/... -skip="^TestCluster.*" benchmark: go test -bench=. ./lib/...