From 803c6b74dac77e044ee1b50cbf67ebeb8eb9a75f 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index d4182ed..5977b20 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -59,3 +59,7 @@ jobs: run: |- podman-service.sh make integration-test + + - name: Measure integration tests runtime with hot image cache + run: |- + go test ./... -cover --tags=integration -count=1