ADDED - test gate: pre-push hook, copy-paste summary, make targets, mandatory-tests rule, CI test step

This commit is contained in:
MOH
2026-08-06 20:03:37 +02:00
parent 9c40d9030f
commit e377877e7e
5 changed files with 150 additions and 1 deletions
+5
View File
@@ -29,5 +29,10 @@ jobs:
- name: Lint
run: npm run lint
- name: Test
# Integration tests use an in-process PGlite database, so no service
# container is needed — the suite runs standalone.
run: npm test
- name: Build
run: npm run build