1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-10-04 00:58:52 +02:00

fix clippy rustup

This commit is contained in:
Jonathan de Jong 2021-05-05 17:26:59 +00:00
parent 442d0732a4
commit 9bf99e99a8

View file

@ -6,11 +6,10 @@ variables:
before_script:
- apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
- rustup component add clippy
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose --locked
- cargo fmt --all -- --check
- cargo clippy
- rustup component add clippy && cargo clippy