Skip to content

Commit 678522f

Browse files
committed
Add debugging to GHA.
1 parent 58edd0d commit 678522f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313
runs-on: ${{ matrix.os }}
14+
env:
15+
PYTHONTRACEMALLOC: "1"
16+
PYTHONWARNINGS: "error::ResourceWarning"
1417
defaults:
1518
run:
1619
working-directory: ./src/py/

0 commit comments

Comments
 (0)