From c35b87cb5b59722927900d48e0ed50992af6ca8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=A5=E4=B8=8B=E7=BA=A2=E8=8D=AF?= Date: Fri, 16 Jan 2026 20:46:04 +0800 Subject: [PATCH] update --- .github/workflows/rust.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 829cb45..ceed348 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,17 +10,6 @@ env: CARGO_TERM_COLOR: always jobs: - # 代码格式检查 - fmt: - name: Code Formatting - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install Rust - uses: dtolnay/rust-toolchain@stable - - name: Check formatting - run: cargo fmt --all -- --check - # 构建和测试 test: name: Test on ${{ matrix.os }}