ci: Run tests using xvfb-run

This commit is contained in:
Markus Frosch 2020-05-07 22:14:32 +02:00
parent 294e5820f5
commit a81c04b7cf
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ jobs:
gobject-introspection gir1.2-glib-2.0 gir1.2-keybinder-3.0 gir1.2-gtk-3.0 gir1.2-vte-2.91 gir1.2-notify-0.7
gettext intltool
libdbus-glib-1-dev libgirepository1.0-dev libcairo-dev
xvfb
- name: Install dependencies
run: |
@ -45,4 +46,4 @@ jobs:
- name: Run tests
run: |
pip install -e '.[test]'
python setup.py test
xvfb-run -a python setup.py test