Skip to content

Commit cc6b19a

Browse files
committed
Merge branch 'master' of https://github.com/stonebig/sqlite_bro
2 parents a0c4f7c + 6d794f3 commit cc6b19a

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)