forked from mirrors/gstreamer-rs
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:
parent
3988df8463
commit
b93113c4c6
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ deny:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
script:
|
script:
|
||||||
- cargo deny --color=always check
|
- cargo deny --color=always --workspace --all-features check all
|
||||||
|
|
||||||
gir-checks:
|
gir-checks:
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue