Print step timings for try builds
This commit is contained in:
parent
5503dd9b0e
commit
9296efe3ef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user