mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
ci: Allow the coverage job to fail
It's using the nightly compiler and can easily break every now and then, like it does now with https://github.com/rust-lang/rust/issues/84421 .
This commit is contained in:
parent
7923e26545
commit
8f74314e96
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ outdated:
|
|||
- cargo outdated --root-deps-only --exit-code 1 -v
|
||||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
extends:
|
||||
- .img-nightly
|
||||
stage: 'extras'
|
||||
|
|
Loading…
Reference in a new issue