fix rustup pls

This commit is contained in:
Jonathan de Jong 2021-05-05 17:44:32 +00:00
parent 9bf99e99a8
commit 80f1844476

View File

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