summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
AgeCommit message (Collapse)Author
2025-09-25Fix clippy warnings in test files魏曹先生
- Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations
2025-09-25Update rust.yml魏曹先生
2025-09-25Create rust.yml魏曹先生