From 248aa74bcab5e5e40b5a10600252241b57305bc1 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Tue, 9 Jul 2024 18:41:55 -0400 Subject: [PATCH] change name to start-tss-migration-test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7a58fb3e3..057dd25ab9 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ start-stress-test: zetanode @echo "--> Starting stress test" cd contrib/localnet/ && $(DOCKER) compose --profile stress -f docker-compose.yml up -d -start-migrate-test: zetanode +start-tss-migration-test: zetanode @echo "--> Starting migration test" export E2E_ARGS="--test-migration" && \ cd contrib/localnet/ && $(DOCKER) compose up -d