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:
parent
5af28133a0
commit
c07a1ec718
1 changed files with 5 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue