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: no-std tests did not run due to dev-dependencies re-enabling std feature #144

Merged
merged 1 commit into from
May 31, 2023

Conversation

frol
Copy link
Collaborator

@frol frol commented May 31, 2023

It degraded with this PR: #132.

Without this fix, cargo test -p borsh --no-default-features would still run tests with std and thus you could break no-std support unnoticeably.

@frol frol mentioned this pull request May 31, 2023
1 task
@frol frol merged commit b18042d into master May 31, 2023
4 checks passed
@frol frol mentioned this pull request May 31, 2023
@frol frol deleted the fix/no-std-tests branch June 2, 2023 20:03
@frol frol mentioned this pull request Jun 6, 2023
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.

None yet

1 participant