Skip to content

Commit c938da2

Browse files
committed
crater no wait
1 parent ae27bb2 commit c938da2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/tools-and-bots/crater.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44

55
[Crater](https://github.com/rust-lang/crater) is a tool that can test PRs against a public subset of the Rust ecosystem to estimate the scale of potential breakage.
66

7-
You can kick off a crater run with:
7+
You can kick off a crater run by first calling:
88

99
```
10-
@bors try @craterbot check
10+
@bors try
11+
```
12+
13+
Once that finishes, you can then call:
14+
15+
```
16+
@craterbot check
1117
```
1218

1319
to ensure crates compile, or:
1420

1521
```
16-
@bors try @craterbot run mode=build-and-test
22+
@craterbot run mode=build-and-test
1723
```

0 commit comments

Comments
 (0)