diff --git a/Makefile b/Makefile index 83043a9..9ffe8f8 100644 --- a/Makefile +++ b/Makefile @@ -245,7 +245,7 @@ lint: fi # 代码检查 -check: fmt lint test +check: fmt lint test-all @echo "All checks passed." # ============================================