debug: Measure tests run time with hot image cache
Some checks failed
/ DCO (pull_request) Failing after 47s
/ Vulncheck (pull_request) Successful in 45s
/ Builds (pull_request) Successful in 1m1s
/ OCI image (pull_request) Successful in 1m28s
/ Lint (pull_request) Successful in 1m49s
/ Tests (pull_request) Successful in 53s
/ Integration tests (pull_request) Successful in 9m9s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-01-21 13:14:59 +03:00
parent a7617514d3
commit c2c46e332f

View file

@ -58,4 +58,5 @@ jobs:
- name: Run integration tests - name: Run integration tests
run: |- run: |-
podman-service.sh podman-service.sh
make integration-test time make integration-test
time go test ./... -cover --tags=integration -count=1