forked from mirrors/gstreamer-rs
Remove rustfmt check from gitlab-ci.yml
All files are autogenerated and don't conform to what rustfmt would do
This commit is contained in:
parent
3b2b70ea0a
commit
53ad4d0862
1 changed files with 0 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
stages:
|
stages:
|
||||||
- "test"
|
- "test"
|
||||||
- "lint"
|
|
||||||
|
|
||||||
.cargo_cache: &cache
|
.cargo_cache: &cache
|
||||||
cache:
|
cache:
|
||||||
|
@ -66,11 +65,3 @@ test nightly:
|
||||||
image: "rustlang/rust:nightly-slim"
|
image: "rustlang/rust:nightly-slim"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
|
|
||||||
rustfmt:
|
|
||||||
image: "rustlang/rust:nightly-slim"
|
|
||||||
stage: "lint"
|
|
||||||
script:
|
|
||||||
- rustup component add rustfmt-preview
|
|
||||||
- cargo fmt --version
|
|
||||||
- cargo fmt -- --color=always --check
|
|
||||||
|
|
Loading…
Reference in a new issue