Release Readt
Some checks failed
CI / build-linux-and-wasm (x64-linux) (push) Has been cancelled

This commit is contained in:
2026-01-25 22:08:16 +05:30
parent 601b573983
commit ebde7c7e66
19 changed files with 51 additions and 567 deletions

View File

@ -33,7 +33,7 @@ IACORE_MAIN() {
<< "===============================================================\n"
<< console::RESET << "\n";
const i32 result = Test::TestRegistry::run_all();
Const<i32> result = Test::TestRegistry::run_all();
SocketOps::terminate();