give run some color
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 1f59ea1..7ced36b 100644
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -367,7 +367,8 @@
     return
   print_collapsed_group("Setup (Run Targets)")
   for target in targets:
-    fail_if_nonzero(execute_command([bazel_binary, "run", target]))
+    fail_if_nonzero(execute_command([bazel_binary, "run", "--color=yes",
+                                    "--verbose_failurs", target]))
 
 
 def execute_bazel_build(bazel_binary, flags, targets):