Skip to content

Commit 6d794f3

Browse files
authored
add DISPLAY-less test
1 parent 53bb6e1 commit 6d794f3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
3939
# start virtual display driver
4040
# (from https://github.com/miketrethewey/tkinter-test/blob/master/.github/workflows/ci.yml)
41-
41+
42+
- name: Test with pytest
43+
run: |
44+
pytest -v
45+
4246
- name: Start virtual display driver & Test (!windows)
4347
env:
4448
DISPLAY: :99

0 commit comments

Comments
 (0)