Skip to content

Commit

Permalink
Merge pull request #407 from rust-osdev/run-tests-again
Browse files Browse the repository at this point in the history
Fix: Enable test runner again
  • Loading branch information
phil-opp authored Dec 27, 2023
2 parents a1b2eb8 + 7b018e2 commit 1b84c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["bios", "uefi"]
bios = ["bootloader/bios"]
uefi = ["bootloader/uefi", "dep:ovmf-prebuilt"]

Expand Down

0 comments on commit 1b84c46

Please sign in to comment.