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

add archive warnings #1451

Merged
merged 4 commits into from
Apr 22, 2024
Merged

add archive warnings #1451

merged 4 commits into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. [cargo-nextest] ensure frozen/locked/offline/quiet are passed into ca…

    …rgo metadata query
    
    Previously we weren't passing in these arguments. Ensure that they're always
    passed in.
    sunshowers committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b0eb48e View commit details
    Browse the repository at this point in the history
  2. [nextest-runner] move archiver warnings to the reporter

    We're going to redact these paths in the next commit, so it's nice to have them
    all be in the reporter.
    sunshowers committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    18aea27 View commit details
    Browse the repository at this point in the history
  3. [nextest-runner] add warnings for missing paths + snapshot tests

    To make snapshot tests work, we need to perform redactions of the sort listed.
    sunshowers committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d2ec2e2 View commit details
    Browse the repository at this point in the history
  4. [ci] switch to explicit hashes for taiki-e/install-action

    The renovate/pin-dependencies task was failing on this.
    sunshowers committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    32d9c79 View commit details
    Browse the repository at this point in the history