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

Fix forgotten Cargo.lock #850

Merged
merged 4 commits into from
Nov 12, 2024
Merged

Commits on Nov 12, 2024

  1. Fix Cargo.lock

    Wasn't commited with the last release or similar.
    
    To avoid conflicts
    sholderbach committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8043edc View commit details
    Browse the repository at this point in the history
  2. Add CI check for clean repo after tests/checks

    Should catch forgotten lockfile
    sholderbach committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9d9275a View commit details
    Browse the repository at this point in the history
  3. Remove unused invocation of cargo llvm-cov

    This was forgotten when removing the coverage upload. We still generated
    the coverage file
    sholderbach committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bcc0968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ccfbfe View commit details
    Browse the repository at this point in the history