mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user