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 1982db5 commit 3a7313bCopy full SHA for 3a7313b
.github/workflows/test.yml
@@ -31,6 +31,8 @@ jobs:
31
coverage run -m haas -v win32ctypes
32
pip install --upgrade cffi
33
34
+ env:
35
+ PYTHONFAULTHANDLER: 1
36
- name: Set up Python ${{ matrix.python-version }}
37
uses: actions/setup-python@v4
38
with:
@@ -46,6 +48,8 @@ jobs:
46
48
coverage run -p -m haas -v win32ctypes
47
49
50
51
52
53
- uses: actions/upload-artifact@v2
54
55
name: Upload Coverage info
0 commit comments