File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,8 +316,8 @@ test-integration:
316316# Profiles are saved to coverage/test-profiles/ for later analysis.
317317test-integration-profiled : build
318318 @mkdir -p coverage/test-profiles
319- CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m \
320- ./mdl/executor/... \
319+ CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m -v \
320+ ./mdl/executor/ \
321321 -resource-profile
322322
323323# Check resource profiles against baselines (placeholder — flag registered in mdl/executor).
@@ -337,8 +337,7 @@ test-profile-record: build
337337 ./sql/... ./tools/... ./generated/... ./scripts/...
338338 # Re-run executor tests with record flag
339339 CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m \
340- -p 1 \
341- ./mdl/executor/... \
340+ -p 1 ./mdl/executor/ \
342341 -resource-record
343342 @echo " Profiles recorded in coverage/test-profiles/"
344343 @echo " Profiles recorded in coverage/test-profiles/"
You can’t perform that action at this time.
0 commit comments