Skip to content

Commit 3a7313b

Browse files
authored
Use faulthandler when testing (#115)
* Update test.yml * Update test.yml
1 parent 1982db5 commit 3a7313b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
coverage run -m haas -v win32ctypes
3232
pip install --upgrade cffi
3333
coverage run -m haas -v win32ctypes
34+
env:
35+
PYTHONFAULTHANDLER: 1
3436
- name: Set up Python ${{ matrix.python-version }}
3537
uses: actions/setup-python@v4
3638
with:
@@ -46,6 +48,8 @@ jobs:
4648
coverage run -p -m haas -v win32ctypes
4749
pip install --upgrade cffi
4850
coverage run -p -m haas -v win32ctypes
51+
env:
52+
PYTHONFAULTHANDLER: 1
4953
- uses: actions/upload-artifact@v2
5054
with:
5155
name: Upload Coverage info

0 commit comments

Comments
 (0)