mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Add CI job for testing without msrv-locked Cargo.lock #497

Open matthiasbeyer opened 7 months ago

matthiasbeyer commented 7 months ago

I think just running it on pushed master would be sufficient, wouldn't it? It still would need to be checked manually from time to time.

Originally posted by @matthiasbeyer in https://github.com/mehcode/config-rs/issues/496#issuecomment-1803782385

We should add a CI job to run the code through tests without the msrv-locked Cargo.lock file. That job should only run on master commits.