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(compilation): crate-level compilation #445

Merged
merged 1 commit into from
Jan 7, 2025
Merged

fix(compilation): crate-level compilation #445

merged 1 commit into from
Jan 7, 2025

Conversation

Trantorian1
Copy link
Collaborator

Pull Request type

  • Bugfix

What is the current behavior?

Certain crates will fail to compile on their own. This mostly happens when calling cargo test inside of a crate instead of running tests at the workspace level. This is generally due to certain test functions not being made available unless a specific feature is selected.

Resolves: #293

What is the new behavior?

Fixed create-level compilation issues across all creates.

Does this introduce a breaking change?

No

Other information

@Trantorian1 Trantorian1 added the bug Report an issue or unexpected behavior label Dec 30, 2024
@Trantorian1 Trantorian1 self-assigned this Dec 30, 2024
@antiyro antiyro merged commit b7d6494 into main Jan 7, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report an issue or unexpected behavior
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug(tests): MadaraBackend::open_for_testing fn unavailable to tests
4 participants