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

separate tests that require arrow into a separate module #2

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

etseidl
Copy link

@etseidl etseidl commented Jul 31, 2024

Not sure if this is good form, but by hiding all of the new tests and the arrow dependencies in a submod that requires feature = "async" I was able to get the compile check to pass. Take with a pinch of salt 😄. This seemed cleaner than throwing #[cfg(feature = "async")] all over the place.

@adriangb adriangb merged commit 0b53d55 into adriangb:add-encode_metadata Aug 5, 2024
16 checks passed
@etseidl etseidl deleted the fix_compile_check branch August 8, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants