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

Fix running 'cargo test' in crates/lib #1478

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Fix running 'cargo test' in crates/lib #1478

merged 1 commit into from
Jul 11, 2024

Conversation

kazimuth
Copy link
Contributor

@kazimuth kazimuth commented Jul 3, 2024

Description of Changes

Currently, if you cd crates/lib && cargo test, it fails, due to serde missing a feature. This failure does not show up on CI because when you run cargo test --all in the project root, serde ends up tagged with the derive feature by something in the tree.

API and ABI breaking changes

None

Expected complexity level and risk

0

Testing

I ran the same command after this change and it worked.

@kazimuth kazimuth requested a review from Centril July 3, 2024 19:29
@bfops bfops added the release-any To be landed in any release window label Jul 8, 2024
@kazimuth kazimuth added this pull request to the merge queue Jul 11, 2024
Merged via the queue into master with commit 595181e Jul 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-any To be landed in any release window
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants