Add -k flag to bazel test runs
This will ensure that the build keeps going even if there is an error, so that we can see as many results as possible without having to fix the error and kick off another run.
This commit is contained in:
parent
d7320b15ee
commit
4b86ec667a
@ -23,7 +23,7 @@ cd $(dirname $0)/../../..
|
||||
git submodule update --init --recursive
|
||||
|
||||
trap print_test_logs EXIT
|
||||
bazel test --copt=-Werror --host_copt=-Werror \
|
||||
bazel test -k --copt=-Werror --host_copt=-Werror \
|
||||
//:build_files_updated_unittest \
|
||||
//java:tests \
|
||||
//:protoc \
|
||||
|
Loading…
Reference in New Issue
Block a user