From aa89d6de4ab29d7de35413644f28fe1571751bf6 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Fri, 25 Mar 2022 02:23:58 +0100 Subject: [PATCH] drop check, clippy does it Signed-off-by: Pierre Fenoll --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf1925..cc80afc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,21 +49,3 @@ jobs: with: command: clippy args: --workspace --all-targets --all-features -- -D warnings -W clippy::all - - check: - name: cargo check - runs-on: ubuntu-latest - steps: - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - - run: sudo apt install libxcb-composite0-dev - - uses: actions/checkout@v2 - - uses: actions-rs/cargo@v1 - with: - command: check - - uses: actions-rs/cargo@v1 - with: - command: check - args: --all-features