mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-28 19:55:58 +03:00
fix rustup pls
This commit is contained in:
parent
9bf99e99a8
commit
80f1844476
1 changed files with 2 additions and 1 deletions
|
@ -6,10 +6,11 @@ variables:
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
||||||
|
- rustup component add clippy rustfmt
|
||||||
|
|
||||||
test:cargo:
|
test:cargo:
|
||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
- rustc --version && cargo --version # Print version info for debugging
|
||||||
- cargo test --workspace --verbose --locked
|
- cargo test --workspace --verbose --locked
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- rustup component add clippy && cargo clippy
|
- cargo clippy
|
||||||
|
|
Loading…
Reference in a new issue