Commit 6b940fd5 authored by Mike Danese's avatar Mike Danese

bzl: build --config unit should build with race enabled

This allows preheating unit test runs with: bazel build -k --config unit -- //... -//vendor/...
parent 33f7d861
...@@ -15,6 +15,7 @@ build --sandbox_tmpfs_path=/tmp ...@@ -15,6 +15,7 @@ build --sandbox_tmpfs_path=/tmp
build --sandbox_fake_username build --sandbox_fake_username
# Enable go race detection. # Enable go race detection.
build:unit --features=race
test:unit --features=race test:unit --features=race
test:unit --test_tag_filters=-e2e,-integration test:unit --test_tag_filters=-e2e,-integration
test:unit --flaky_test_attempts=3 test:unit --flaky_test_attempts=3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment