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

Skip testing code which doesn't compile #231

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

WhyNotHugo
Copy link
Contributor

This sample code isn't standalone, and relies on undeclared variables. Skip it, so that cargo test doesn't fail.

This sample code isn't standalone, and relies on undeclared variables.
Skip it, so that `cargo test` doesn't fail.
Copy link
Owner

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @WhyNotHugo!

It's weird, that the CI build doesn't catch this. I've opened #232.

@hannobraun hannobraun enabled auto-merge January 14, 2025 18:03
@hannobraun hannobraun merged commit 44ae222 into hannobraun:main Jan 14, 2025
4 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.

2 participants