Skip to content

Commit 8ff567e

Browse files
cgzonesetke
authored andcommitted
CI: build single feature configurations
Test builds with only one binary format enabled and color support disabled.
1 parent 4fd839a commit 8ff567e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767
cargo clippy --all -- -D clippy::all -D clippy::pedantic
6868
- run: cargo build
6969
- 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

Comments
 (0)