From fa6c4369a6b08c9af58f54760db477efa7f1e836 Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Tue, 31 Mar 2026 21:58:55 -0700 Subject: [PATCH] chore: update justfile with container testing note --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 25cfe09..eb24680 100644 --- a/justfile +++ b/justfile @@ -57,6 +57,7 @@ format: # --- Testing --- # Run all tests (unit + acceptance with SQLite) +# Note: Uses Docker containers for consistent environment test: test-unit test-acceptance-sqlite # Run all tests with PostgreSQL (Docker)