Commit 9493665a authored by Emily's avatar Emily
Browse files

cargo-semver-checks: enable more tests

parent b80ad4a5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"
  ];