diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a027e26a83c..08470423695 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