diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-12 17:35:48 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-12 17:35:48 -0600 |
| commit | 1ea0b0b316703cebb6f72b4499e2c16647064f27 (patch) | |
| tree | 6fb7d9e83488dd4386a59c399a82eb226d0e2c6d | |
| parent | b83870b98562a1eb9d4377dffc2283706ad574f3 (diff) | |
chore: use verbose integration test output
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3744cd..0357859 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ integration: - apt-get update && apt-get install --no-install-recommends -y docker.io - echo "$CI_JOB_TOKEN" | docker login -u gitlab-ci-token --password-stdin "$CI_REGISTRY" script: - - go test -tags=integration ./test/integration/... + - go test -v -tags=integration ./test/integration/... variables: # Variables required by github.com/testcontainers/testcontainers-go # ref https://golang.testcontainers.org/system_requirements/ci/gitlab_ci/#example-using-dind-docker-in-docker |
