ci: Run cargo-deny on the whole workspace with all features enabled

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1350>
This commit is contained in:
Sebastian Dröge 2023-10-04 18:56:50 +03:00
parent 1e22caf6c3
commit 5c59ba51d5

View file

@ -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'