hiredis/.github/workflows
Bjorn Svensson b5716ee829
Valgrind returns error exit code when errors found (#1011)
By default Valgrind will return the exit code from the tested process.
Since our test can return 0 (ALL TESTS PASS) even when a leak was
found we need to tell Valgrind to return an error code.
This will fail the CI job when issues are found.
2021-11-24 23:09:23 -08:00
..
build.yml Valgrind returns error exit code when errors found (#1011) 2021-11-24 23:09:23 -08:00