Skip to content

Commit 143f17b

Browse files
committed
run some tests in devmode
uncovers some malloc issues
1 parent c3605e4 commit 143f17b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292

9393
- os: ubuntu-24.04
9494
python: "3.13"
95+
env: |
96+
PYTHONDEVMODE=1
9597
9698
- os: ubuntu-24.04
9799
python: "3.13"
@@ -134,6 +136,11 @@ jobs:
134136
check-latest: ${{ matrix.python == '3.14' }}
135137
cache: pip
136138

139+
- name: set environment variables
140+
if: ${{ matrix.env }}
141+
run: |
142+
echo "${{ matrix.env }}" >> "$GITHUB_ENV"
143+
137144
- name: setup free threading
138145
if: ${{ matrix.free_threading }}
139146
run: |

0 commit comments

Comments
 (0)