Skip to content

Commit

Permalink
ci: run clippy without all features
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber authored and victorjulien committed Jan 30, 2024
1 parent 38db51b commit d73ccd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ jobs:
fi
- run: cargo clippy --all-features --all-targets
working-directory: rust
# especially without debug feature
- run: cargo clippy
working-directory: rust

0 comments on commit d73ccd0

Please sign in to comment.