Skip to content

Commit 9296efe

Browse files
committedOct 21, 2021
Print step timings for try builds
·
1.88.01.58.0
1 parent 5503dd9 commit 9296efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
PYTHON="python2"
4444
fi
4545

46-
if ! isCI || isCiBranch auto || isCiBranch beta; then
46+
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
4747
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
4848
fi
4949

0 commit comments

Comments
 (0)
Please sign in to comment.