chore: update justfile with container testing note
Test / unit-tests (push) Successful in 2m39s
Pull Request / unit-tests (pull_request) Successful in 2m40s
Pull Request / acceptance-tests (pull_request) Failing after 1m56s
Pull Request / analyze-bump-type (pull_request) Has been skipped

This commit is contained in:
2026-03-31 21:58:55 -07:00
parent 9c884ee020
commit fa6c4369a6
+1
View File
@@ -57,6 +57,7 @@ format:
# --- Testing --- # --- Testing ---
# Run all tests (unit + acceptance with SQLite) # Run all tests (unit + acceptance with SQLite)
# Note: Uses Docker containers for consistent environment
test: test-unit test-acceptance-sqlite test: test-unit test-acceptance-sqlite
# Run all tests with PostgreSQL (Docker) # Run all tests with PostgreSQL (Docker)