Skip to content

Commit

Permalink
*: update .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala committed Feb 6, 2023
1 parent 7e9b4c9 commit 1e0403c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
startup --host_jvm_args=-Xmx8g
startup --host_jvm_args=-Xmx4g
startup --unlimit_coredumps

run:ci --color=yes
Expand All @@ -19,7 +19,7 @@ build:race --config=ci
build:race --@io_bazel_rules_go//go/config:race --test_env=GORACE=halt_on_error=1 --test_sharding_strategy=disabled

test --test_env=TZ=Asia/Shanghai
test --test_output=errors --test_summary=testcase
test --test_output=streamed --test_summary=testcase
test:ci --color=yes
test:ci --verbose_failures --test_verbose_timeout_warnings
test:ci --test_env=GO_TEST_WRAP_TESTV=1
Expand Down

0 comments on commit 1e0403c

Please sign in to comment.