We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe72417 commit 893b052Copy full SHA for 893b052
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: cargo fmt --all -- --check
38
39
- name: cargo clippy
40
- run: cargo clippy -p zipherx-core -p zipherx-crypto -p zipherx-network -p zipherx-storage -p zipherx-ffi -p zipherx-tor -p zipherx-platform -- -D warnings
+ run: cargo clippy --no-deps -p zipherx-core -p zipherx-crypto -p zipherx-network -p zipherx-storage -p zipherx-ffi -p zipherx-tor -p zipherx-platform -- -D warnings
41
42
- name: Verify Cargo.lock is up-to-date
43
run: cargo check --locked
0 commit comments