source/.bazelrc
Reid D McKenzie 3275563a18 Runtool
2025-02-05 18:57:11 -07:00

12 lines
401 B
Text

common --curses=auto
common --show_timestamps=true
test --keep_going
test --test_output=errors
test --test_tag_filters=-known-to-fail
run --run_under="//tools:runtool"
# To enable flake8 on all build steps, uncomment this -
# test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
# test --aspects="//tools/black:black.bzl%black_aspect" --output_groups=black_checks