cargo-semver-checks: skip platform specific tests

This commit is contained in:
Cathal Mullan
2026-01-14 14:42:49 +00:00
parent 8259336e53
commit af59e23080
@@ -34,10 +34,8 @@ rustPlatform.buildRustPackage rec {
# requires internet access
"--skip=detects_target_dependencies"
"--skip=query::tests_lints::feature_missing"
# platform specific snapshots
"--skip=query::tests_lints::trait_method_target_feature_removed"
"--skip=query::tests_lints::unsafe_trait_method_requires_more_target_features"
"--skip=query::tests_lints::unsafe_trait_method_target_feature_added"
# platform specific tests
"--skip=target_feature"
];
preCheck = ''