mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: speed up tests
This commit is contained in:
parent
660781d35e
commit
eae7744890
4
.bazelrc
4
.bazelrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user