Skip to content

Commit

Permalink
Merge pull request #174 from rust-lang/docs-add-step-in-crater-test
Browse files Browse the repository at this point in the history
docs: add step in crater test
  • Loading branch information
MarcoIeni authored Oct 24, 2024
2 parents 1e6b220 + df5d77b commit 8a14ea2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions service-catalog/crater/how-to-test-crater.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ check the [bot-usage](https://github.com/rust-lang/crater/blob/master/docs/bot-u
document.
However, if you want to run a quick test, here's how to do it:

1. Identify a PR where the bors testing succeeded
(e.g. [this](https://github.com/rust-lang/rust/pull/131362#issuecomment-2421811741))
1. Identify a PR where the bors testing succeeded, like
[this](https://github.com/rust-lang/rust/pull/131362#issuecomment-2421811741) one.
2. Comment on the PR with the following command:
```
@craterbot run mode=check-only crates=https://gist.githubusercontent.com/MarcoIeni/3800cdca02ddb30ac98404cafa849c1b/raw/crates start=master#<start_commit> end=try#<end_commit>
```
E.g. [this](https://github.com/rust-lang/rust/pull/131362#issuecomment-2435412130)
Example [here](https://github.com/rust-lang/rust/pull/131362#issuecomment-2435412130).
3. You should see the bot reply with a link to the crater [queue](https://crater.rust-lang.org/).
Example [here](https://github.com/rust-lang/rust/pull/131362#issuecomment-2435412322).

0 comments on commit 8a14ea2

Please sign in to comment.