We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400c905 commit 005ec04Copy full SHA for 005ec04
.github/workflows/rust.yml
@@ -79,10 +79,6 @@ jobs:
79
80
- name: Run cargo test
81
uses: actions-rs/cargo@v1
82
- env:
83
- # This works around "duplicate item in crate core" errors:
84
- # https://github.com/rust-lang/wg-cargo-std-aware/issues/56
85
- CARGO_PROFILE_DEV_PANIC: unwind
86
with:
87
command: test
88
args: -Zbuild-std=std --target x86_64-unknown-linux-gnu --features=exts
Cargo.toml
@@ -45,12 +45,6 @@ members = [
45
"uefi-test-runner",
46
]
47
48
-[profile.dev]
49
-panic = "abort"
50
-
51
-[profile.release]
52
53
54
[patch.crates-io]
55
uefi-macros = { path = "uefi-macros" }
56
uefi = { path = "." }
0 commit comments