chore(ci): run clippy with --locked (#6955)

This commit is contained in:
Roman Krasiuk
2024-03-04 14:50:49 +01:00
committed by GitHub
parent a7b5f4de47
commit 796d818ef2

View File

@ -42,7 +42,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
env:
RUSTFLAGS: -D warnings