Oh wait, check doesn't actually do anything useful for us...
This commit is contained in:
parent
8982c1914e
commit
feca7ddae6
|
|
@ -31,8 +31,6 @@ check:
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo check --all ${CURRENT_FEATURES}
|
|
||||||
- touch src/lib.rs # force clippy
|
|
||||||
- cargo clippy --all ${CURRENT_FEATURES}
|
- cargo clippy --all ${CURRENT_FEATURES}
|
||||||
|
|
||||||
gir:
|
gir:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue