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)