mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
xtask: ci: Document in contributing instructions
This commit is contained in:
parent
23e5d334da
commit
662883cf2a
1 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,14 @@ Continuous Integration (CI) tests are run against all pull requests.
|
||||||
|
|
||||||
Please make sure that tests passes locally before submitting.
|
Please make sure that tests passes locally before submitting.
|
||||||
|
|
||||||
|
### Most tests locally
|
||||||
|
|
||||||
|
Might complain about missing QEMU if not available.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
> cargo xtask ci
|
||||||
|
```
|
||||||
|
|
||||||
### Cargo format
|
### Cargo format
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue