From 439e43d144b4abed7e2bd49de5223d5eac34a0d2 Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Sun, 13 Sep 2026 09:55:47 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=88=86=E7=A6=BB=E5=87=AD=E6=8D=AE?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E8=80=90=E4=B9=85=E9=AA=8C=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5672d57..26600c3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -82,5 +82,9 @@ jobs: export PATH="$HOME/.local/bin:$PATH" uv sync --frozen working-directory: backend - - run: cargo fmt --check && cargo test --lib --locked && cargo clippy --lib --locked -- -D warnings + - name: 运行 Rust 基础检查 + run: | + cargo fmt --check + cargo test --lib --locked -- --skip credentials::tests::b04_migration_survives_twenty_hard_terminations_per_boundary + cargo clippy --lib --locked -- -D warnings working-directory: frontend/src-tauri