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 build.rs with rerun-if-changed for migrations directory #133

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

jorgenpt
Copy link
Contributor

This allows cargo build to rebuild correctly when there are modified or new migrations without any code changes.

@jorgenpt jorgenpt requested a review from cljoly as a code owner February 26, 2024 03:05
@coveralls
Copy link

coveralls commented Feb 26, 2024

Coverage Status

coverage: 95.808%. remained the same
when pulling 43a26dc on jorgenpt:patch-1
into f14e7f6 on cljoly:master.

@jorgenpt
Copy link
Contributor Author

These CI errors seem to be unrelated to my change -- MSRV error for a clap dependency and clippy error for code other than this.

@cljoly
Copy link
Owner

cljoly commented Feb 27, 2024

Thanks for your contribution!

These CI errors seem to be unrelated to my change -- MSRV error for a clap dependency and clippy error for code other than this.

That’s right, let me take care of that as a part of my in-flight PRs (#131 in particular).

@cljoly cljoly added this to the Version 1.1.1 milestone Mar 15, 2024
This allows `cargo build` to rebuild correctly when there are modified or new migrations without any code changes.
@cljoly cljoly merged commit dc4aaae into cljoly:master Mar 19, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

3 participants