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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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 Something isn't working label Dec 30, 2024
@Trantorian1 Trantorian1 self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

bug(tests): MadaraBackend::open_for_testing fn unavailable to tests
1 participant