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:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
script:
|
script:
|
||||||
|
- cargo update --color=always
|
||||||
- cargo deny --color=always --workspace --all-features check all
|
- cargo deny --color=always --workspace --all-features check all
|
||||||
|
|
||||||
gir-checks:
|
gir-checks:
|
||||||
|
@ -381,6 +382,7 @@ outdated:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
script:
|
script:
|
||||||
|
- cargo update --color=always
|
||||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
|
Loading…
Reference in a new issue