mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +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:
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
script:
|
||||
- cargo deny check
|
||||
- cargo deny --color=always --workspace --all-features check all
|
||||
|
||||
outdated:
|
||||
extends: '.debian:12-stable'
|
||||
|
|
Loading…
Reference in a new issue