mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
7 lines
259 B
Text
7 lines
259 B
Text
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
|