🧪 test: Add unit tests

This commit is contained in:
2026-07-01 12:20:56 +07:00
parent 25cf1df334
commit f5a7bdc778
8 changed files with 723 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
check: [lint, typecheck, format]
check: [lint, typecheck, format, test]
runs-on: ubuntu-latest