Skip to content

Commit 638d5a6

Browse files
authored
Update test.yml
1 parent 903d7e7 commit 638d5a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
- name: Test on ${{ matrix.python-version }} 64-bit
3131
run: |
3232
coverage run -p -m haas -v win32ctypes
33+
coverage run -p -m haas -v pywin32-tests
3334
pip install --upgrade cffi
3435
coverage run -p -m haas -v win32ctypes
36+
coverage run -p -m haas -v pywin32-tests
3537
env:
3638
PYTHONFAULTHANDLER: 1
3739
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)