Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
CI: make clippy check cfg(test) code, tests & examples
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Mar 11, 2024
1 parent d25cc92 commit dd0e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: cargo fmt --all -- --check

- name: Lint code
run: cargo clippy --workspace -- -D warnings
run: cargo clippy --workspace --all-targets -- -D warnings

0 comments on commit dd0e30b

Please sign in to comment.