From 970b7669a463a5d0b3fcb7bfab439dad67e532f7 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 2 Apr 2022 07:28:47 +0000 Subject: Resolve "Fix all clippy advice" --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 019530a..c34e8f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,14 @@ test: before_script: - apt update && apt install libjq1 libjq-dev libonig-dev libonig5 - rustup component add rustfmt + - rustup component add clippy script: - cargo fmt -- --check - - cargo build --tests - - cargo test --all + - cargo build --all-features --tests + - cargo clippy + - cargo clippy --features jq + - cargo clippy --tests + - cargo test --all-features # pretty: # stage: test -- cgit v1.2.3