From 2a226dd8f388fe5f5e5d3855c56651f310b9bb02 Mon Sep 17 00:00:00 2001 From: Sajia Zafreen <42818305+zafs23@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:20:55 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55c0d80..e6f1b0b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Before running the server, have Go and Git installed on your machine. The proje To set up the project, clone the repositoy to your local machine: ``` git clone https://github.com/zafs23/Go-Server.git -cd Go-Server +cd Go-Server/task-server ``` Then, run the server using: ``` @@ -47,5 +47,5 @@ The server processes the task requests in parallel. It can accept and start proc #### Testing To execute the automated tests, run the following command from the project directory: ``` -go test ./test/... +go test -v ./test/... ```