ci: run the build with --locked

`--locked` fails the job when a change bumps a dependency without
refreshing the committed lock file.
merge-requests/20/merge
Alaric Senat 2026-08-19 14:31:11 +02:00
parent 2304a20a86
commit 0946aabed6
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ build-linux:
image: $VLC_UBUNTU_IMAGE
interruptible: true
script:
- cargo test --workspace --all-targets
- cargo test --workspace --all-targets --locked