Skip to content

Commit c203560

Browse files
committed
CI: run clippy for schema-derive
1 parent da722a4 commit c203560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,10 @@ jobs:
966966
name: Clippy linting on schema
967967
working_directory: ~/project/packages/schema
968968
command: cargo clippy --all-targets -- -D warnings
969+
- run:
970+
name: Clippy linting on schema-derive
971+
working_directory: ~/project/packages/schema-derive
972+
command: cargo clippy --all-targets -- -D warnings
969973
- run:
970974
name: Clippy linting on std (no feature flags)
971975
working_directory: ~/project/packages/std

0 commit comments

Comments
 (0)