about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-10-21 09:16:16 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-10-21 09:16:16 -0400
commit9296efe3ef5544ec0eadb594d1fcbb5d7cc47276 (patch)
tree135421b6ddd17406472f81ab16ffcbe8c189190b /src
parent5503dd9b0e2bb8518147591c66090729b5bea1bd (diff)
downloadrust-9296efe3ef5544ec0eadb594d1fcbb5d7cc47276.tar.gz
rust-9296efe3ef5544ec0eadb594d1fcbb5d7cc47276.zip
Print step timings for try builds
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index b5019d83af4..73175b43470 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -43,7 +43,7 @@ else
     PYTHON="python2"
 fi
 
-if ! isCI || isCiBranch auto || isCiBranch beta; then
+if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
 fi