GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
228 stars 61 forks source link

test LAGraph with valgrind #173

Open DrTimothyAldenDavis opened 1 year ago

DrTimothyAldenDavis commented 1 year ago

We need to test LAGraph with valgrind, in the CI. I just found a few memory leaks I had overlooked. I've fixed them but there could be more.

DrTimothyAldenDavis commented 1 year ago

See for example https://iramykytyn.dev/how-to-integrate-valgrind-into-github-actions

szarnyasg commented 1 year ago

I'm glad to help with writing the CI configuration for this. Which part would you specifically like to run in the CI using valgrind? All tests?