cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
87 stars 19 forks source link

Build with `--locked` flag during CI #64

Closed orhun closed 1 year ago

orhun commented 1 year ago

This PR updates the continuous integration workflow to always build with --locked flag for making sure that Cargo.lock is up-to-date.

It will help spotting issues like bumping the version in Cargo.toml but not in Cargo.lock which is common for Rust projects.

orhun commented 1 year ago

CI is failing due to #62