mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +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
7d8485612e
commit
56b7c1916f
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ outdated:
|
|||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
extends:
|
||||
- '.cargo test'
|
||||
- .img-nightly
|
||||
|
|
Loading…
Reference in a new issue