diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index d4182ed..59f4a8f 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -58,4 +58,5 @@ jobs: - name: Run integration tests run: |- podman-service.sh - make integration-test + time make integration-test + time go test ./... -cover --tags=integration -count=1