cargo-semver-checks: enable more tests

This commit is contained in:
Emily 2024-08-14 22:41:22 +01:00
parent b80ad4a5fb
commit 9493665a54

View File

@ -36,10 +36,6 @@ rustPlatform.buildRustPackage rec {
];
checkFlags = [
# requires nightly version of cargo-rustdoc
"--skip=both_passing_manifest_path_and_directory_works"
"--skip=verify_binary_contains_lints"
# requires internet access
"--skip=detects_target_dependencies"
];