You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/tests/ci.md
+2
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,8 @@ their results can be seen [here](https://github.com/rust-lang-ci/rust/actions),
180
180
although usually you will be notified of the result by a comment made by bors on
181
181
the corresponding PR.
182
182
183
+
Note that if you start the default try job using `@bors try`, it will skip building several `dist` components and running post-optimization tests, to make the build duration shorter. If you want to execute the full build as it would happen before a merge, add an explicit `try-job` pattern with the name of the default try job (currently `dist-x86_64-linux`).
184
+
183
185
Multiple try builds can execute concurrently across different PRs.
0 commit comments