mirror of https://github.com/k3s-io/k3s
bzl: build --config unit should build with race enabled
This allows preheating unit test runs with: bazel build -k --config unit -- //... -//vendor/...pull/8/head
parent
33f7d8618b
commit
6b940fd5d4
|
@ -15,6 +15,7 @@ build --sandbox_tmpfs_path=/tmp
|
|||
build --sandbox_fake_username
|
||||
|
||||
# Enable go race detection.
|
||||
build:unit --features=race
|
||||
test:unit --features=race
|
||||
test:unit --test_tag_filters=-e2e,-integration
|
||||
test:unit --flaky_test_attempts=3
|
||||
|
|
Loading…
Reference in New Issue