source/.bazelrc

11 lines
366 B
Text
Raw Permalink Normal View History

2024-02-07 03:55:46 +00:00
common --curses=auto
common --show_timestamps=true
test --keep_going
2021-08-30 04:19:09 +00:00
test --test_output=errors
2024-02-06 19:38:04 +00:00
test --test_tag_filters=-known-to-fail
2021-08-30 06:40:02 +00:00
2021-08-30 06:30:23 +00:00
# To enable flake8 on all build steps, uncomment this -
2022-04-12 07:49:43 +00:00
# test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
# test --aspects="//tools/black:black.bzl%black_aspect" --output_groups=black_checks