Compare commits

..

1 commit

Author SHA1 Message Date
27c40ff43c debug: Measure tests run time with hot image cache
Some checks failed
/ DCO (pull_request) Failing after 31s
/ Vulncheck (pull_request) Successful in 45s
/ Builds (pull_request) Successful in 1m6s
/ OCI image (pull_request) Successful in 1m30s
/ Lint (pull_request) Successful in 1m46s
/ Tests (pull_request) Successful in 54s
/ Integration tests (pull_request) Successful in 9m0s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2025-01-21 14:14:41 +03:00

View file

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