webots
webots copied to clipboard
Run Windows test suite on CI
Add test-suite job to Windows GitHub Action workflow. Currently the package is built but the test suite is not run.
From the investigation conducted in #4691, it seems that currently, Webots cannot run in the GitHub CI machine because it cannot initialize OpenGL. Basically, it complains that it tries to load opengl32sw.dll, but fail to find this library and ends up with a crash. So, we should first fix this before attempting to run the test suite on the Windows CI machines.
This might be relevant: https://amiralizadeh9480.medium.com/how-to-run-opengl-based-tests-on-github-actions-60f270b1ea2c