From a4f8b2bedd2485f7db9c1d023319c3e7cedaaaa6 Mon Sep 17 00:00:00 2001 From: Darshan K <35736874+darshankabariya@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:34:22 +0530 Subject: [PATCH] fix: update readme (#3501) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 119c00052..ce352d6f5 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,19 @@ source env.sh ``` If everything went well, you should see your prompt suffixed with `[Nimbus env]$`. Now you can run `nim` commands as usual. -### Waku Protocol Test Suite +### Test Suite ```bash # Run all the Waku tests make test + +# Run a specific test file +make test +# e.g. : make test tests/wakunode2/test_all.nim + +# Run a specific test name from a specific test file +make test +# e.g. : make test tests/wakunode2/test_all.nim "node setup is successful with default configuration" ``` ### Building single test files