diff --git a/.circleci/config.yml b/.circleci/config.yml index 578cd3539..d400fc16a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,9 @@ jobs: command: | rustup component add rustfmt rustup component add clippy + - run: + name: Execute lints + command: make lint - save_cache: paths: - /usr/local/cargo/registry @@ -27,9 +30,6 @@ jobs: - target/debug/build - target/debug/deps key: lint-{{ arch }}-{{ checksum "Cargo.lock" }} - - run: - name: Execute lints - command: make lint test: docker: