Skip to content

Commit e8b72b9

Browse files
bc-sentryjasonyuezhang
authored andcommitted
Testing -X faulthandler
1 parent e6c0e56 commit e8b72b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ COV_ARGS = --cov-report="xml:.artifacts/python.coverage.xml"
128128

129129
test-python-ci:
130130
@echo "--> Running CI Python tests"
131-
python3 -b -m pytest \
131+
python3 -X faulthandler -b -m pytest \
132132
tests \
133133
--ignore tests/acceptance \
134134
--ignore tests/apidocs \

0 commit comments

Comments
 (0)