From f8cb57f1133915ea73684d3a4a2371ef47592688 Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Tue, 1 Nov 2022 13:13:34 +0800 Subject: [PATCH] bazel: use --remote_download_minimal in ci Signed-off-by: Weizhen Wang --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 8339fc80e2d67..bfc5ac930ab86 100644 --- a/.bazelrc +++ b/.bazelrc @@ -20,7 +20,7 @@ build:race --@io_bazel_rules_go//go/config:race --test_env=GORACE=halt_on_error= test --test_env=TZ=Asia/Shanghai test --test_output=errors --test_summary=testcase -test:ci --color=yes +test:ci --color=yes --remote_download_minimal test:ci --verbose_failures --test_verbose_timeout_warnings test:ci --test_env=GO_TEST_WRAP_TESTV=1 test:ci --experimental_ui_max_stdouterr_bytes=104857600