From 0e1308d8ccf3565559084de19a9130975ca8ce78 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 6 Nov 2022 20:26:44 +0100 Subject: ci: fix jobs --- .circleci/config.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a5adda..b3b41cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,14 +27,8 @@ jobs: - checkout - run: cargo --version - run: - name: Install Rust stable - command: rustup install stable - - run: - name: Setting Rust stable as default - command: rustup default stable - - run: - name: Run tests with all features enabled - command: cargo test --workspace --all-features + name: Run tests with all features except factory enabled + command: cargo test --workspace --features async - run: name: Run tests with only default features enabled command: cargo test --workspace @@ -65,12 +59,6 @@ jobs: 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 - run: name: Run Clippy command: cargo clippy @@ -81,15 +69,6 @@ jobs: 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 - - run: - name: Install Rustfmt - command: rustup component add rustfmt --toolchain nightly - run: name: Run Rustfmt command: find src macros/src -type f -name "*.rs" -exec rustfmt --edition 2021 --check {} \; -- cgit v1.2.3-18-g5258