cargo-valgrind: Ignore empty_tests_not_leak_in_release_mode

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-07-26 18:29:46 +02:00
parent 2d80ae6ccd
commit 717c6fc478
@@ -35,6 +35,7 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
"--skip tests_are_runnable"
"--skip default_cargo_project_reports_no_violations"
"--skip empty_tests_not_leak_in_release_mode"
];
meta = with lib; {