ease copy-paste
This commit is contained in:
parent
c45a3540ee
commit
8d31603721
|
|
@ -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
|
`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
|
(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
|
### Large OSS Project builders
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue