Skip to content

Commit

Permalink
bazel: add race test (#37113)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 16, 2022
1 parent e38c45c commit 14d1f23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ test:ci --verbose_failures
test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings
test:ci --test_env=TZ=Asia/Shanghai --test_output=errors --experimental_ui_max_stdouterr_bytes=104857600

build:race --@io_bazel_rules_go//go/config:race --test_env=GORACE=halt_on_error=1 --test_sharding_strategy=disabled
test:race --test_timeout=1200,6000,18000,72000

try-import /data/bazel

0 comments on commit 14d1f23

Please sign in to comment.