There was an error while loading. Please reload this page.
1 parent 1c7bf77 commit fd2a331Copy full SHA for fd2a331
xtask/src/main.rs
@@ -94,10 +94,9 @@ fn run_host_tests() -> Result<()> {
94
let cargo = Cargo {
95
action: CargoAction::Test,
96
features: vec![Feature::Exts],
97
- nightly: false,
+ nightly: true,
98
// Don't test uefi-services (or the packages that depend on it)
99
- // as it has lang items that conflict with `std`. The xtask
100
- // currently doesn't have any tests.
+ // as it has lang items that conflict with `std`.
101
packages: vec![Package::Uefi, Package::UefiMacros, Package::Xtask],
102
release: false,
103
// Use the host target so that tests can run without a VM.
0 commit comments