ci: improve CI stability with parallel builds, Valgrind, and coverage

This commit is contained in:
2026-01-28 19:35:22 +03:00
parent 8353a29b4f
commit 9a2a7614a9
7 changed files with 289 additions and 56 deletions

View File

@@ -69,6 +69,12 @@ main(int argc, char* argv[])
}
}
char group_env[16];
snprintf(group_env, sizeof(group_env), "%d", group);
setenv("PROF_TEST_GROUP", group_env, 1);
fprintf(stderr, "[PROF_TEST] Starting functional tests, group=%d\n", group);
/* ============================================================
* GROUP 1: Connect, Ping, Rooms, Software
* Basic XMPP session establishment and server queries