We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5503dd9 commit 9296efeCopy full SHA for 9296efe
src/ci/run.sh
@@ -43,7 +43,7 @@ else
43
PYTHON="python2"
44
fi
45
46
-if ! isCI || isCiBranch auto || isCiBranch beta; then
+if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
47
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
48
49
0 commit comments