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

Commits on Dec 18, 2023

  1. Support nostd for tests.

    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.
    wmedrano committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d790400 View commit details
    Browse the repository at this point in the history
  2. Move linting to its own job.

    wmedrano committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4ca1eb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d18751b View commit details
    Browse the repository at this point in the history
  4. Standardize job names.

    "Build/Test/Release / lint" -> "test / lint"
    wmedrano committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    02063f3 View commit details
    Browse the repository at this point in the history
  5. Fix github actions yml

    wmedrano committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f5a6a0b View commit details
    Browse the repository at this point in the history