From c7c1cfac336ef65b0ecf27dc0dabd383ec1e484a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 27 Apr 2022 09:30:49 +1000 Subject: [PATCH] Stop after one test failure mypy often fails much faster than pylint --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 872241350..ba35396fe 100644 --- a/.bazelrc +++ b/.bazelrc @@ -20,6 +20,9 @@ test --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect --output_groups=+cl # print output when test fails test --test_output=errors +# stop after one test failure +test --notest_keep_going + # don't add empty __init__.py files build --incompatible_default_to_explicit_init_py