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
parent
2304a20a86
commit
0946aabed6
|
|
@ -13,4 +13,4 @@ build-linux:
|
||||||
image: $VLC_UBUNTU_IMAGE
|
image: $VLC_UBUNTU_IMAGE
|
||||||
interruptible: true
|
interruptible: true
|
||||||
script:
|
script:
|
||||||
- cargo test --workspace --all-targets
|
- cargo test --workspace --all-targets --locked
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue