ci: fix patch during clippy step (#7935)

* fix the ci issue

* fix readme

* fix ci
This commit is contained in:
Mattia Pitossi
2026-02-27 09:40:05 +02:00
committed by GitHub
parent 03fe44c103
commit e35fd6d6b7
+2
View File
@@ -826,6 +826,8 @@ jobs:
cargo clippy --workspace --exclude tokio --tests --no-deps --features $TOKIO_STABLE_FEATURES
- name: "clippy --workspace --all-features --unstable"
run: |
# Forcing the cargo lock regeneration to apply the tokio patch
rm Cargo.lock
cargo clippy --workspace --tests --no-deps --all-features --config 'patch.crates-io.tokio.path="tokio"'
# check without path dependencies
cargo clippy --workspace --exclude tokio --tests --no-deps --all-features