Sort
This commit is contained in:
parent
ea57f84002
commit
253532ab6d
1 changed files with 4 additions and 1 deletions
5
.bazelrc
5
.bazelrc
|
@ -1,6 +1,9 @@
|
||||||
|
common --curses=auto
|
||||||
|
common --show_timestamps=true
|
||||||
|
|
||||||
|
test --keep_going
|
||||||
test --test_output=errors
|
test --test_output=errors
|
||||||
test --test_tag_filters=-known-to-fail
|
test --test_tag_filters=-known-to-fail
|
||||||
test --keep_going
|
|
||||||
|
|
||||||
# To enable flake8 on all build steps, uncomment this -
|
# To enable flake8 on all build steps, uncomment this -
|
||||||
# test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
|
# test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
|
||||||
|
|
Loading…
Reference in a new issue