diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c32a9e84..f85f20b0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: rustup component add clippy - uses: Swatinem/rust-cache@v2 - name: "Clippy" - run: cargo clippy --workspace --all-targets --all-features -- -D warnings + run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings cargo-test: strategy: