.PHONY: test test-quick test-fast # Full suite (Go + Vitest + builds + Playwright). Windows: requires PowerShell. test: powershell -NoProfile -ExecutionPolicy Bypass -File scripts/test-suite.ps1 # Phases 1–7b without Playwright — default post-landing smoke. test-quick: powershell -NoProfile -ExecutionPolicy Bypass -File scripts/test-suite.ps1 -SkipE2E # Go + Vitest only. test-fast: powershell -NoProfile -ExecutionPolicy Bypass -File scripts/test-suite.ps1 -SkipE2E -SkipBuild