From b3af6e6ebb49a15133d8df2a73e55dae26532496 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 26 Sep 2025 12:30:56 +0200 Subject: [PATCH] CI: Ensure that the build fails if the lockfile needs an update --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b491d4988d0..a1e6b012e88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,6 +197,7 @@ jobs: - run: sudo systemctl start postgresql.service - run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'" + - run: cargo fetch --locked - run: cargo build --tests --workspace - run: cargo test --workspace env: