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