MDANSE
MDANSE copied to clipboard
Add gui tests to regular CI
Description of work Currently MDANSE_GUI tests are not being run. This enables these.
Until the failures on Ubuntu runners (due to missing libEGL.so) are resolved this will be a draft.
Fixes Enables GUI tests.
To test Standard tests.
Should we just add some command in the Ubuntu workflow to install the missing library? Like apt install libegl1, or something more specific like apt install libegl1-mesa-dev?
Superseded by #1018