mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
ci: Run cargo update
as part of the cargo deny
/ cargo outdated
jobs
This commit is contained in:
parent
771741c10c
commit
885928ea17
1 changed files with 3 additions and 1 deletions
|
@ -337,6 +337,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
|
||||||
|
|
||||||
outdated:
|
outdated:
|
||||||
|
@ -349,7 +350,8 @@ outdated:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
script:
|
script:
|
||||||
- cargo outdated --root-deps-only --exit-code 1 -v
|
- cargo update --color=always
|
||||||
|
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue