diff --git a/Makefile b/Makefile index a30f06ef07207d..31b4b6a2d952fc 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ COV_ARGS = --cov-report="xml:.artifacts/python.coverage.xml" test-python-ci: @echo "--> Running CI Python tests" - python3 -b -m pytest \ + python3 -X faulthandler -b -m pytest \ tests \ --ignore tests/acceptance \ --ignore tests/apidocs \