taskchampion
taskchampion copied to clipboard
run C bindings via valgrind in CI
See @dbr's comment in https://github.com/taskchampion/taskchampion/pull/332#issuecomment-1057580024 for how this was run manually.
Haven't tested but https://github.com/jfrimmel/cargo-valgrind seems pretty good from a skim of it's source
Only minor issue is the project doesn't seem to include prebuilt binaries (but it barely has any dependencies so should build quickly, and we can just cache the install via the GH Actions cache step)
Nice find! My googling around suggested it required a lot more setup than that :)
With #409, This is no longer a useful idea in this repo.