aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy warnings in test files魏曹先生2025-09-251-66/+66
| | | | | | | - 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
* Update rust.yml魏曹先生2025-09-251-28/+48
|
* Create rust.yml魏曹先生2025-09-251-0/+80