减少工作流操作
Some checks failed
Rust CI Pipeline / test-and-build (push) Has been cancelled

This commit is contained in:
2025-10-21 19:51:14 +08:00
parent 9da2086018
commit 3169f32e4f

View File

@@ -40,18 +40,7 @@ jobs:
- name: ✅ Run Tests - name: ✅ Run Tests
run: cargo test --verbose run: cargo test --verbose
# 7. 检查代码格式
- name: 📏 Check Format
run: cargo fmt -- --check
# 8. 运行 Clippy 静态分析 # 7. 清理构建缓存
- name: 🔍 Clippy Check
run: cargo clippy -- -D warnings
# 9. 生成文档
- name: 📚 Build Documentation
run: cargo doc --no-deps
# 10. 清理构建缓存(可选)
- name: 🧹 Cleanup - name: 🧹 Cleanup
run: cargo clean run: cargo clean