feat: add nightly branch workflow

This commit is contained in:
GitHub Actions
2026-01-13 22:11:28 +00:00
parent d27c925ba5
commit 4adcd9eda1
187 changed files with 8897 additions and 1614 deletions

View File

@@ -63,12 +63,14 @@ Analyzed 5 database-heavy test files:
The `testutil/db.go` helper should be used for **future tests** that meet these criteria:
**Good Candidates:**
- Tests using disk-based databases (SQLite files, PostgreSQL, MySQL)
- Simple CRUD operations with straightforward setup
- Tests that would benefit from parallelization
- New test suites being created from scratch
**Poor Candidates:**
- Tests already using `:memory:` SQLite
- Tests requiring different schemas per test
- Tests with complex setup/teardown logic