testcontainers / testcontainers-rs-modules-community

Community maintained modules for Testcontainers for Rust
https://docs.rs/crate/testcontainers-modules/
MIT License
71 stars 39 forks source link

chore: made sure that `cargo-hack` runs testcases with the `--locked` option #181

Closed CommanderStorm closed 1 month ago

CommanderStorm commented 1 month ago

This PR is basically https://github.com/testcontainers/testcontainers-rs-modules-community/pull/180#issuecomment-2296600435, but possibly less work for you to accept/reject.

Hope this helps ^^

(also includes the fix for the mongo-example from https://github.com/testcontainers/testcontainers-rs-modules-community/pull/178)

DDtKey commented 1 month ago

Libraries don't usually have Cargo.lock commited. Thus, it doesn't help here It's important, because users of crate may have different versions in their lock files and we expect testcontainers to work with latest ones