enable framework.profiler.collect_serializer_data in the test environment (#1433)

This commit is contained in:
Christian Flothmann
2025-06-28 16:07:33 +02:00
committed by GitHub
parent 9320ca8be1
commit b13fd0b101
@@ -8,4 +8,6 @@ when@dev:
when@test:
framework:
profiler: { collect: false }
profiler:
collect: false
collect_serializer_data: true