diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index d0880de..4db124f 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -23,7 +23,7 @@ steps: - docker#v5.11.0: image: "ghcr.io/theopenlane/build-image:latest" always-pull: true - command: ["task", "go:test"] + command: ["task", "go:test:cover"] environment: - "GOTOOLCHAIN=auto" artifact_paths: ["coverage.out"]