Compare commits

..

1 commit

Author SHA1 Message Date
c2c46e332f 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>
2025-01-21 14:24:30 +03:00

View file

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