diff --git a/README.md b/README.md index 325e30a..08a88e0 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Run the snippets in debug mode: just test-all ``` -Run the snippets in release mode: +Run clippy validations and tests in parallel: ```shell -just test-all --release +just clippy-release & just test-all ```