From 0946aabed64acbbd4872f3ec653ab5ffd3db0cfc Mon Sep 17 00:00:00 2001 From: Alaric Senat Date: Wed, 19 Aug 2026 14:31:11 +0200 Subject: [PATCH] ci: run the build with --locked `--locked` fails the job when a change bumps a dependency without refreshing the committed lock file. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86f3c2b..d9c8980 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,4 @@ build-linux: image: $VLC_UBUNTU_IMAGE interruptible: true script: - - cargo test --workspace --all-targets + - cargo test --workspace --all-targets --locked