diff --git a/.bazelrc b/.bazelrc index ce51c7d..92dabcb 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1 +1,3 @@ -common --workspace_status_command=hack/workspace_status.sh \ No newline at end of file +build --workspace_status_command=hack/workspace_status.sh +test --workspace_status_command=hack/workspace_status.sh +run --workspace_status_command=hack/workspace_status.sh \ No newline at end of file