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

test: use cargo --locked in CI #159

Merged
merged 1 commit into from
Mar 29, 2024
Merged

test: use cargo --locked in CI #159

merged 1 commit into from
Mar 29, 2024

Commits on Mar 29, 2024

  1. test: use cargo --locked in CI

    This ensures:
    1. that we have more reproducible builds
    2. that CI fails if Cargo.lock is not up to date (for instance, if
       the library version was bumped but that wasn’t propagated to the
       Cargo.lock file.)
    
    Currently, Cargo.lock is out of date with the Cargo.toml version of the
    rusqlite_migration package. This PR fixes this as well.
    cljoly committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5e69f46 View commit details
    Browse the repository at this point in the history