From fca3d3b17fc0334f704fc64a4e71378a2a875d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=9A=E5=81=9A=E9=A5=AD=E7=9A=84=E4=BA=8C=E5=93=88?= Date: Tue, 18 Mar 2025 17:27:41 +0800 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index fbbeae0..8b51df5 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -20,14 +20,6 @@ jobs: - name: Install Flutter dependencies run: flutter pub get - # 分析项目源代码 - - name: Analyze project source - run: flutter analyze - - # 运行测试 - - name: Run tests - run: flutter test - # 生成 Rust 桥接代码 - name: Generate Rust bridge code run: flutter_rust_bridge_codegen generate