cargo-valgrind: Ignore empty_tests_not_leak_in_release_mode (#428634)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-01 12:29:11 +00:00
committed by GitHub
@@ -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; {