From 595a92c3247cb602f3f8da3fb65b2819e4293fd1 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 8 Jun 2024 20:36:56 -0700 Subject: [PATCH] Cargo check --- .github/workflows/ci-rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 181a1227..f65e10b9 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -28,7 +28,6 @@ jobs: profile: minimal toolchain: nightly # required for `cargo udeps` override: true - components: rustfmt, clippy - name: Set up cargo cache uses: actions/cache@v3 continue-on-error: false @@ -42,7 +41,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - name: Lint - run: cargo clippy -- -D warnings + run: cargo check - run: cargo install --locked cargo-udeps || true - name: Check run: |