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
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:
parent
a7617514d3
commit
c2c46e332f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue