Check running the GUI test without GUI in Unix CI builds

This just checks that launching a GUI program and not initializing GUI
in it works as expected and, notably, does not crash.
This commit is contained in:
Vadim Zeitlin
2023-10-24 00:35:17 +02:00
parent 5af28133a0
commit c07a1ec718

View File

@@ -344,6 +344,11 @@ jobs:
exit $rc
fi
- name: Testing launching GUI test
working-directory: tests
run: |
WX_TEST_DISABLE_GUI=1 ./test_gui
- name: Testing GUI using Xvfb
if: matrix.use_xvfb
working-directory: tests