mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
ci: Run cargo-deny on the whole workspace with all features enabled
This commit is contained in:
parent
68c2d27e8d
commit
85c46ede5b
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ deny:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
script:
|
script:
|
||||||
- cargo deny check
|
- cargo deny --color=always --workspace --all-features check all
|
||||||
|
|
||||||
outdated:
|
outdated:
|
||||||
extends: '.debian:12-stable'
|
extends: '.debian:12-stable'
|
||||||
|
|
Loading…
Reference in a new issue