Skip to content

Commit

Permalink
run pywin32 tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos authored Apr 24, 2024
1 parent 2c1351b commit 853e088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- name: Test on ${{ matrix.python-version }} 64-bit
run: |
coverage run -p -m haas -v win32ctypes
coverage run -p -m haas -v pywin32-tests
pip install --upgrade cffi
coverage run -p -m haas -v win32ctypes
coverage run -p -m haas -v pywin32-tests
env:
PYTHONFAULTHANDLER: 1
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -47,8 +49,10 @@ jobs:
- name: test on ${{ matrix.python-version }} 32-bit
run: |
coverage run -p -m haas -v win32ctypes
coverage run -p -m haas -v pywin32-tests
pip install --upgrade cffi
coverage run -p -m haas -v win32ctypes
coverage run -p -m haas -v pywin32-tests
env:
PYTHONFAULTHANDLER: 1
- name: Upload Coverage info
Expand Down

0 comments on commit 853e088

Please sign in to comment.