Skip to content

Commit d252357

Browse files
A6GibKmbilelmoussaoui
authored andcommitted
ci: Lint entire workspace with clippy
1 parent 4e867b4 commit d252357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
components: clippy
113113
- name: Clippy workspace (default features)
114-
run: cargo clippy -- -D warnings
114+
run: cargo clippy --workspace -- -D warnings
115115
- name: Clippy client (tracing / async-std / native crypto)
116116
run: cargo clippy -p oo7 --no-default-features --features tracing,async-std,native_crypto -- -D warnings
117117
- name: Clippy client (tracing / tokio / OpenSSL)

0 commit comments

Comments
 (0)