From d09b6bb2c6236bf34b5d2aeab7c7d02c4f8b6394 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 6 Feb 2024 20:55:46 -0700 Subject: [PATCH] Sort --- .bazelrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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