forked from mirrors/gstreamer-rs
ci: Run cargo update
as part of the cargo deny
/ cargo outdated
jobs
This commit is contained in:
parent
41519511aa
commit
754b6487d4
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,7 @@ deny:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
script:
|
||||
- cargo update --color=always
|
||||
- cargo deny --color=always --workspace --all-features check all
|
||||
|
||||
gir-checks:
|
||||
|
@ -381,6 +382,7 @@ outdated:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
script:
|
||||
- cargo update --color=always
|
||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Reference in a new issue