From c2c46e332f297ec13dc81aa9b0f19510f8820cc1 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Tue, 21 Jan 2025 13:14:59 +0300 Subject: [PATCH] debug: Measure tests run time with hot image cache Signed-off-by: Vitaliy Potyarkin --- .forgejo/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index d4182ed..59f4a8f 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -58,4 +58,5 @@ jobs: - name: Run integration tests run: |- podman-service.sh - make integration-test + time make integration-test + time go test ./... -cover --tags=integration -count=1