forked from mirrors/gstreamer-rs
Allow clippy job to fail in the CI for now
This commit is contained in:
parent
b5dcbe3897
commit
059860c744
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ clippy:
|
||||||
extends: '.tarball_setup'
|
extends: '.tarball_setup'
|
||||||
image: "rustlang/rust:nightly-slim"
|
image: "rustlang/rust:nightly-slim"
|
||||||
stage: 'extras'
|
stage: 'extras'
|
||||||
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy-preview
|
- rustup component add clippy-preview
|
||||||
- cargo clippy --version
|
- cargo clippy --version
|
||||||
|
|
Loading…
Reference in a new issue