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: Enable test runner again #407

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Fix: Enable test runner again #407

merged 1 commit into from
Dec 27, 2023

Commits on Dec 27, 2023

  1. Fix: Enable test runner again

    The test runner was accidentally disabled in #351, in an attempt to fix the publish errors introduced by #304 (caused by a bug in cargo: rust-lang/cargo#12225). As a result, the test runner became a no-op as neither the bios nor the uefi features were enabled.
    
    This commit fixes the issue by enabling both features by default. Once the cargo bug is fixed, we might want to switch back to the feature configuration added of #304.
    
    Fixes #405
    phil-opp committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7b018e2 View commit details
    Browse the repository at this point in the history