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 3c66ac3 commit bbd8d97Copy full SHA for bbd8d97
.github/workflows/build.yaml
@@ -33,9 +33,9 @@ jobs:
33
- name: Cache Rust workspace
34
uses: Swatinem/rust-cache@v2
35
- name: Cargo check
36
- run: cargo check --all-features --all-targets
+ run: cargo check --features all
37
- name: Cargo clippy
38
- run: cargo clippy --all-features --all-targets
+ run: cargo clippy --features all
39
40
fmt:
41
name: Format
@@ -90,7 +90,7 @@ jobs:
90
91
92
- name: Cargo test
93
- run: cargo test --release --all-features
+ run: cargo test --release --features all
94
95
build-cli:
96
name: Build objdiff-cli
0 commit comments