From 9423d67efb161d9a94a7ab6c5899c6bc7ecaee7c Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 15 Aug 2023 18:21:05 +0200 Subject: ci: remove lints-nightly job Having to constantly fix new lints is annoying as hell --- .circleci/config.yml | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 09c951a..6a8a4f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,31 +90,6 @@ jobs: paths: - ~/.cargo - lints-nightly: - docker: - - image: cimg/rust:1.63.0 - steps: - - checkout - - run: cargo --version - - run: - name: Install Rust nightly - command: rustup install nightly - - run: - name: Setting Rust nightly as default - command: rustup default nightly - - restore_cache: - name: Restore cache of Cargo data - keys: - - cargo-cache - - run: - name: Run Clippy with all features enabled - command: cargo clippy --workspace --all-features - - save_cache: - name: Save cache of Cargo data - key: cargo-cache - paths: - - ~/.cargo - code-style: docker: - image: cimg/rust:1.63.0 @@ -141,6 +116,5 @@ workflows: checks: jobs: - lints-stable - - lints-nightly - code-style -- cgit v1.2.3-18-g5258