From 52793304c0dc8e85853459ca3d973995de024f54 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 12 Nov 2023 14:58:39 -0800 Subject: [PATCH] chore: remove format / clippy / machette check as they're in autofix.yml --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd90297..2ae81fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,6 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 - with: - toolchain: nightly - components: rustfmt - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3 @@ -54,12 +51,6 @@ jobs: ~/.cargo/registry ~/.cargo/git - - name: Cargo fmt - run: cargo +nightly fmt --check - - - name: Cargo Machete - uses: bnjbvr/cargo-machete@main - - run: bash ./ci/prepare_build_environment.sh - name: Run unit tests