feat: Adds project database tests.
All checks were successful
CI / Linux Tests (push) Successful in 5m24s

This commit is contained in:
2026-01-30 14:02:58 -05:00
parent c32ffcff8c
commit a51e1b34d0
7 changed files with 297 additions and 73 deletions

View File

@@ -29,5 +29,5 @@ code-coverage:
-ignore-filename-regex=".build|Tests" \
-use-color
test:
@swift test --enable-code-coverage
test *ARGS:
@swift test --enable-code-coverage {{ARGS}}