From d9a128500827d3edf539fcd1ab6297945b50a4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Tue, 27 May 2025 10:01:02 +0100 Subject: [PATCH] chore: modify test info --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f3e8e6..1b8a5df 100644 --- a/README.md +++ b/README.md @@ -254,13 +254,17 @@ BIN_APP_PATH := "/usr/local/bin" ### For tests +> [!NOTE] +> The logger can only be initialized once per process
+> Test by default runs in parallel + +> [!IMPORTANT] +> test use **--features test-sync** to run thread safe + ```rust cargo test --features test-sync ``` -> [!NOTE] -> The logger can only be initialized once per process
-> Test by default runs in parallel Use **--nocapture** to see the output even when tests pass