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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1308>
This commit is contained in:
Sebastian Dröge 2023-09-07 15:20:43 +03:00
parent 3988df8463
commit b93113c4c6

View file

@ -365,7 +365,7 @@ deny:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
script:
- cargo deny --color=always check
- cargo deny --color=always --workspace --all-features check all
gir-checks:
variables: