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

Remove dependency cycles in test crates #6

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

lorisleiva
Copy link
Member

There was a couple of testing crates causing cyclic dependencies because their matching source crate was responsible for running the tests — therefore requiring them as dev-dependencies.

This PR fixes this by extracting these testing crates are non-publishable members of the workspace, decouples from their matching source crate.

@lorisleiva lorisleiva merged commit 1e7e5fe into main Feb 14, 2025
2 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.

1 participant