xtask: ci: Document in contributing instructions

This commit is contained in:
Henrik Tjäder 2025-06-10 22:22:12 +02:00 committed by Emil Fresk
parent 23e5d334da
commit 662883cf2a

View file

@ -27,6 +27,14 @@ Continuous Integration (CI) tests are run against all pull requests.
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
```shell