Merge pull request #2326 from rust-lang/tshepang-patch-3

ease copy-paste
This commit is contained in:
Tshepang Mbambo 2025-04-12 06:15:10 +02:00 committed by GitHub
commit 758f3224f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -15,9 +15,11 @@ CI. See the [Crater chapter](crater.md) for more details.
`cargotest` is a small tool which runs `cargo test` on a few sample projects
(such as `servo`, `ripgrep`, `tokei`, etc.). This runs as part of CI and ensures
there aren't any significant regressions.
there aren't any significant regressions:
> Example: `./x test src/tools/cargotest`
```console
./x test src/tools/cargotest
```
### Large OSS Project builders