diff --git a/.bazelrc b/.bazelrc index 9ab733d..5f30ba4 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,6 +1,9 @@ +common --curses=auto +common --show_timestamps=true + +test --keep_going test --test_output=errors test --test_tag_filters=-known-to-fail -test --keep_going # To enable flake8 on all build steps, uncomment this - # test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks