diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 292a802a..181a1227 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -42,9 +42,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - name: Lint - run: | - cargo fmt --all -- --check - cargo clippy -- -D warnings + run: cargo clippy -- -D warnings - run: cargo install --locked cargo-udeps || true - name: Check run: |