diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 076e85b18..db5ec90bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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