mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
ci: fix patch during clippy step (#7935)
* fix the ci issue * fix readme * fix ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user