Skip to content

Commit 9296efe

Browse files
Print step timings for try builds
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

+1-1
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)