From fdc86e64a3b93f53af2c963fea4349df7c1e2f76 Mon Sep 17 00:00:00 2001 From: Alexander van Trijffel Date: Tue, 22 Oct 2024 22:00:57 +0200 Subject: [PATCH] docs: run in parallel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```