This commit is contained in:
Sergio Chouhy 2025-11-06 16:32:33 -03:00
parent 5e22357f9a
commit 13a0900828

View File

@ -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");