mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-16 08:05:19 +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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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