Running valgrind inside CI

Anyone interested in running memory-related tests inside our CI system?

I tried ASAN DSO, but it didn’t work out on python c extension because it reported tons of Python’s potential memory issues.

Meantime, Pytest-valgrind seems like a good option. Anyone has experience with it?

Thanks!