From 13508184fc5012d5f820d8ee9091f2a0f7b8fe53 Mon Sep 17 00:00:00 2001 From: Valter Santos Date: Thu, 9 Jan 2025 18:09:43 +1300 Subject: [PATCH] docs: update the command to execute tests in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb99aa35..83f8560c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ A brief overview of the project's structure: 3. Run the tests: ```sh - cargo test + cargo test --workspace ``` 4. Format the code (requires `rustfmt` nightly):