Skip to content

Commit e4af63e

Browse files
committed
ci(tests): do not run clippy on generated code
1 parent 20c40f3 commit e4af63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
target: ${{ matrix.target.build_target }}
9898

9999
- name: Run cargo clippy
100-
run: cargo clippy -- -D warnings
100+
run: cargo clippy --no-deps -- -D warnings

0 commit comments

Comments
 (0)