Skip to content

Commit

Permalink
docs: add step in crater test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Oct 24, 2024
1 parent 1e6b220 commit df5d77b
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 df5d77b

Please sign in to comment.