Skip to content

Commit f996884

Browse files
committed
Make units tests visible through CI
1 parent b0103b6 commit f996884

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
if: matrix.python-version != 'pypy3'
4343
run: |
4444
invoke gen-stub
45+
- name: Run unit tests with ${{ matrix.python-version }}
46+
if: matrix.python-version != 'pypy3'
47+
run: |
48+
invoke utest
4549
- name: Run tests with headless Chrome and with Python != 3.8
4650
if: matrix.python-version != '3.8'
4751
run: |

0 commit comments

Comments
 (0)