Skip to content

Commit 1b84c46

Browse files
authored
Merge pull request #407 from rust-osdev/run-tests-again
Fix: Enable test runner again
2 parents a1b2eb8 + 7b018e2 commit 1b84c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/runner/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition = "2021"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[features]
10+
default = ["bios", "uefi"]
1011
bios = ["bootloader/bios"]
1112
uefi = ["bootloader/uefi", "dep:ovmf-prebuilt"]
1213

0 commit comments

Comments
 (0)