commit | 65087c1bdad4bdbba6baa04efe91b7a14457fc18 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Wed Nov 09 21:18:01 2016 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Wed Nov 09 21:19:11 2016 +0100 |
tree | b270666e223ebf880071bfcc9882241f2b8b6017 | |
parent | a67575aa90482d75eeb73e04afe4fb042c5f9d50 [diff] |
Bazel: Add --build_tests_only to test commands per default When `build test ...` is run, we would like to avoid to build the whole world. Change-Id: I9e2c65045ab3c08ab5f78d973ce09dbb4fde7a5c
diff --git a/tools/bazel.rc b/tools/bazel.rc index 2210511..4ed16cf 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc
@@ -1 +1,2 @@ build --workspace_status_command=./tools/workspace-status.sh +test --build_tests_only