From 0a0ee13b4836451eef456625d75f7b8d635226eb Mon Sep 17 00:00:00 2001 From: Alona Enraght-Moony Date: Fri, 19 Jun 2026 00:54:11 +0100 Subject: [PATCH] Use `--locked` in CI To check that `Cargo.lock` is up-to-date --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 65cf4fc..36395c8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,4 +19,4 @@ jobs: with: tool: cargo-hack@0.6.43 - uses: Swatinem/rust-cache@v2 - - run: cargo hack test --feature-powerset + - run: cargo hack test --feature-powerset --locked