We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0103b6 commit f996884Copy full SHA for f996884
.github/workflows/CI.yml
@@ -42,6 +42,10 @@ jobs:
42
if: matrix.python-version != 'pypy3'
43
run: |
44
invoke gen-stub
45
+ - name: Run unit tests with ${{ matrix.python-version }}
46
+ if: matrix.python-version != 'pypy3'
47
+ run: |
48
+ invoke utest
49
- name: Run tests with headless Chrome and with Python != 3.8
50
if: matrix.python-version != '3.8'
51
0 commit comments