From 8a96eb4ed7e04975ba34d09437e2943e8064e82f Mon Sep 17 00:00:00 2001 From: mayuehit Date: Wed, 10 Dec 2025 02:06:38 +0000 Subject: [PATCH] update .bazelrc. Signed-off-by: mayuehit --- .bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index d1ea585a..07a0ca46 100644 --- a/.bazelrc +++ b/.bazelrc @@ -52,4 +52,5 @@ test --test_output=errors test --define mode=test test --test_env HOST_IP=127.0.0.1 test --test_env YR_SERVER_ADDRESS=127.0.0.1:0 -coverage --test_env=PYTHON_COVERAGE=coverage \ No newline at end of file +coverage --test_env=PYTHON_COVERAGE=coverage +#test \ No newline at end of file -- Gitee