Skip to content

Commit

Permalink
Adjust CI build features
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Feb 9, 2025
1 parent 61ffbe0 commit 23bc989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Cache Rust workspace
uses: Swatinem/rust-cache@v2
- name: Cargo check
run: cargo check --all-features --all-targets
run: cargo check --features all
- name: Cargo clippy
run: cargo clippy --all-features --all-targets
run: cargo clippy --features all

fmt:
name: Format
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Cache Rust workspace
uses: Swatinem/rust-cache@v2
- name: Cargo test
run: cargo test --release --all-features
run: cargo test --release --features all

build-cli:
name: Build objdiff-cli
Expand Down

0 comments on commit 23bc989

Please sign in to comment.