From e0750a04e8ad9a5a5102e6339c24b9891d47707b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 17 Jun 2020 16:09:07 +0200 Subject: [PATCH] try fix #1623 the wrong warnings --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b52fe1c4c..499ff9cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,12 +75,6 @@ jobs: path: target key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }} - - name: check - uses: actions-rs/cargo@v1 - with: - command: check - args: --workspace --all --bins --examples --tests - - name: tests uses: actions-rs/cargo@v1 with: