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

Add CI with latest dependencies #282

Open
GREsau opened this issue Apr 28, 2024 · 0 comments
Open

Add CI with latest dependencies #282

GREsau opened this issue Apr 28, 2024 · 0 comments

Comments

@GREsau
Copy link
Owner

GREsau commented Apr 28, 2024

Starting with #281, Cargo.lock is checked in to source control. This makes builds (especially for MSRV) much more stable, at the cost of no longer testing schemars compatibility with new dependency versions.

To improve test coverage, tests could be run both with the checked-in Cargo.lock (especially for MSRV), and without it so that we get the latest dependency versions (but probably not for MSRV!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant