forked from mirrors/gstreamer-rs
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
|
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
allow_failure: true
|
||||||
extends:
|
extends:
|
||||||
- '.cargo test'
|
- '.cargo test'
|
||||||
- .img-nightly
|
- .img-nightly
|
||||||
|
|
Loading…
Reference in a new issue