ci: add unit tests check #4

Merged
light7734 merged 8 commits from ci/unit-tests into main 2025-07-16 09:55:16 +00:00
Showing only changes of commit 60944b9d49 - Show all commits

View file

@ -55,7 +55,7 @@ void lWindow::on_event(const Event &event)
on_window_resize(dynamic_cast<const WindowResizedEvent &>(event));
break;
default:
default: break;
}
}