From 0841b8701dab9616a8cfefad06149b679f6b3aec Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:04:47 +0200 Subject: [PATCH] change path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50c165c4d8..799abcfd76 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ generate-typescript: # Run the integration tests for public nym-api endpoints run-api-tests: - dotenv -f ../envs/sandbox.env -- cargo test --test public-api-tests + dotenv -f envs/sandbox.env -- cargo test --test public-api-tests # Build debian package, and update PPA deb-cli: build-nym-cli