Skip to content

Commit bbd8d97

Browse files
committed
Adjust CI build features
1 parent 3c66ac3 commit bbd8d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Cache Rust workspace
3434
uses: Swatinem/rust-cache@v2
3535
- name: Cargo check
36-
run: cargo check --all-features --all-targets
36+
run: cargo check --features all
3737
- name: Cargo clippy
38-
run: cargo clippy --all-features --all-targets
38+
run: cargo clippy --features all
3939

4040
fmt:
4141
name: Format
@@ -90,7 +90,7 @@ jobs:
9090
- name: Cache Rust workspace
9191
uses: Swatinem/rust-cache@v2
9292
- name: Cargo test
93-
run: cargo test --release --all-features
93+
run: cargo test --release --features all
9494

9595
build-cli:
9696
name: Build objdiff-cli

0 commit comments

Comments
 (0)