Skip to content

Commit e2c20a9

Browse files
committed
Removed separate CI buil step to run utests
1 parent 5278980 commit e2c20a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ 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-
python utest/run.py
4945
- name: Run tests with headless Chrome and with Python != 3.8
5046
if: matrix.python-version != '3.8'
5147
run: |

0 commit comments

Comments
 (0)