From c3d37db85b6f144b27e63fc7d13b411d76768785 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 8 Jan 2024 12:18:40 -0600 Subject: [PATCH] Check locked dependencies in CI (#837) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: