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

Support nostd for tests. #17

Merged
merged 5 commits into from
Dec 18, 2023
Merged

Support nostd for tests. #17

merged 5 commits into from
Dec 18, 2023

Conversation

wmedrano
Copy link
Member

Some tests relied on std features which broke when running with nostd. Resolved by adding a nostd alternative to TryFrom and tagging vec reliant code to not run on nostd.

Fixes #16

Some tests relied on std features which broke when running with
nostd. Resolved by adding a nostd alternative to `TryFrom` and tagging
vec reliant code to not run on nostd.
"Build/Test/Release / lint" -> "test / lint"
@wmedrano wmedrano merged commit eaa5f4c into main Dec 18, 2023
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.

test fails to build
1 participant