bazel: speed up tests

This commit is contained in:
Malte Poll 2023-05-19 15:44:38 +02:00 committed by Malte Poll
parent 660781d35e
commit eae7744890

View File

@ -29,8 +29,8 @@ test --//bazel/settings:tpm_simulator
# set registry flag alias
build --flag_alias=container_prefix=//bazel/settings:container_prefix
# disable test caching (rerun all test cases even if they passed before)
test --cache_test_results=no
# build only what is needed for tests
test --build_tests_only
# bazel config for debug builds
build:debug --compilation_mode=dbg --strip=never