diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ff4aba2..2ad7810cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,12 +65,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: