From 09ec40305df4cc3a82da2408ce6de874a6cbca00 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sat, 25 Jul 2020 01:48:17 +0600 Subject: [PATCH] Append --all to CI commands --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d67b41f..35c5e07e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: toolchain: stable override: true - name: Cargo clippy - run: cargo clippy --all-targets --all-features -- -D warnings + run: cargo clippy --all --all-targets --all-features -- -D warnings stable-test: runs-on: ubuntu-latest steps: @@ -43,7 +43,7 @@ jobs: redis-server --port 7778 > /dev/null & redis-server --port 7779 > /dev/null & - name: Cargo test - run: cargo test --all-features + run: cargo test --all --all-features build-example: runs-on: ubuntu-latest strategy: