8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
build --workspace_status_command .bazel/print-workspace-status.sh
|
|
build --action_env=GO111MODULE=on
|
|
|
|
test --test_output=errors
|
|
test --test_verbose_timeout_warnings
|
|
|
|
coverage --test_output=summary --keep_going --collect_code_coverage --combined_report=none
|