Skip to content

Commit

Permalink
Add clippy check for serde feature in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jul 8, 2024
1 parent afb9e69 commit dff2694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- run: cargo fmt -- --check
- run: cargo clippy --examples --tests -- -D warnings
- run: cargo clippy --examples --tests --features search -- -D warnings
- run: cargo clippy --examples --tests --features serde -- -D warnings
- run: cargo clippy --examples --tests --no-default-features --features termion -- -D warnings
- run: cargo clippy --examples --tests --no-default-features --features termion,search -- -D warnings
- run: cargo clippy --examples --tests --no-default-features --features termwiz -- -D warnings
Expand Down

0 comments on commit dff2694

Please sign in to comment.