Hi I am using `bazel test //target/...` to run all tests under `//target/`,
the current behavior is, if there is already a test failure, the bazel test will continue running until all tests finished running, and all the failed tests are reported.
what I want the behavior to be is for any test failure, stop `bazel test` entirely so that we can save some time from the entire cycle.