From 13a09008284fa6cf219550eb532fb0a95c620d14 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Thu, 6 Nov 2025 16:32:33 -0300 Subject: [PATCH] tps test --- integration_tests/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration_tests/src/lib.rs b/integration_tests/src/lib.rs index 12c4aee..b402dbe 100644 --- a/integration_tests/src/lib.rs +++ b/integration_tests/src/lib.rs @@ -125,6 +125,10 @@ pub async fn main_tests_runner() -> Result<()> { // Run TPS test with its own specific config tps_test().await; } + "tps_test" => { + // Run TPS test with its own specific config + tps_test().await; + } _ => { let fn_pointer = function_map.get(&test_name).expect("Unknown test name");