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 903d7e7 commit 638d5a6Copy full SHA for 638d5a6
.github/workflows/test.yml
@@ -30,8 +30,10 @@ jobs:
30
- name: Test on ${{ matrix.python-version }} 64-bit
31
run: |
32
coverage run -p -m haas -v win32ctypes
33
+ coverage run -p -m haas -v pywin32-tests
34
pip install --upgrade cffi
35
36
37
env:
38
PYTHONFAULTHANDLER: 1
39
- name: Set up Python ${{ matrix.python-version }}
0 commit comments