We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd839a commit 8ff567eCopy full SHA for 8ff567e
.github/workflows/main.yml
@@ -67,3 +67,6 @@ jobs:
67
cargo clippy --all -- -D clippy::all -D clippy::pedantic
68
- run: cargo build
69
- run: cargo build --all-targets
70
+ - run: cargo build --no-default-features --features elf
71
+ - run: cargo build --no-default-features --features pe
72
+ - run: cargo build --no-default-features --features macho
0 commit comments