From 1dc7afebf985b857cee5bd6e7cb415a6bfbf6ed0 Mon Sep 17 00:00:00 2001 From: p0lunin Date: Fri, 3 Jul 2020 16:41:31 +0300 Subject: [PATCH] remove unnecessary components --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66eb80eb..2081f341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: profile: minimal toolchain: stable override: true - components: rustfmt, clippy - name: Cargo clippy run: cargo clippy --all-targets --all-features -- -D warnings stable-test: @@ -36,7 +35,6 @@ jobs: profile: minimal toolchain: stable override: true - components: rustfmt, clippy - name: Cargo test run: cargo test --all-features test-examples: @@ -48,6 +46,5 @@ jobs: profile: minimal toolchain: stable override: true - components: rustfmt, clippy - name: Test the examples run: cd examples && bash test_examples.sh