Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo test quicker by not building untested examples when filtered #6683

Commits on Feb 20, 2019

  1. Move build tests to build

    dwijnand committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    7d53e48 View commit details
    Browse the repository at this point in the history
  2. Introduce CompileFilter::from_raw_arguments

    ... in order to give CompileFilter::new as a better API.
    dwijnand committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    12307fc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Introduce LibRule::Default to avoid failure mode

    The other targets have a no-failure FilterRule::All, but if lib is true
    and the crate doesn't have a library, then generate_targets fails hard.
    Let's give library a flexible option.
    dwijnand committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    aef99e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110c813 View commit details
    Browse the repository at this point in the history