Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Apr 24, 2024
1 parent 903d7e7 commit 638d5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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 Down

0 comments on commit 638d5a6

Please sign in to comment.