ci: Run cargo update as part of the cargo deny / cargo outdated jobs

This commit is contained in:
Sebastian Dröge 2023-11-10 08:56:32 +02:00
parent 41519511aa
commit 754b6487d4

View file

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