Add test target that ignores tmp helpers

This commit is contained in:
rcourtman
2025-11-20 09:53:57 +00:00
parent bd0c47ed1b
commit 733416aec2

View File

@@ -69,6 +69,10 @@ format-backend:
format-frontend:
npm --prefix $(FRONTEND_DIR) run format
test:
@echo "Running backend tests (excluding tmp tooling)..."
go test $$(go list ./... | grep -v '/tmp$$')
# Build all agent binaries for all platforms
build-agents:
@echo "Building agent binaries for all platforms..."