aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a027e26..0847042 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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