We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e867b4 commit d252357Copy full SHA for d252357
1 file changed
.github/workflows/CI.yml
@@ -111,7 +111,7 @@ jobs:
111
with:
112
components: clippy
113
- name: Clippy workspace (default features)
114
- run: cargo clippy -- -D warnings
+ run: cargo clippy --workspace -- -D warnings
115
- name: Clippy client (tracing / async-std / native crypto)
116
run: cargo clippy -p oo7 --no-default-features --features tracing,async-std,native_crypto -- -D warnings
117
- name: Clippy client (tracing / tokio / OpenSSL)
0 commit comments