Skip to content

Commit f533154

Browse files
committed
skip cmd/docker-trust as it's a separate module
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8561791 commit f533154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ENV GO111MODULE=auto
110110
RUN --mount=type=bind,target=.,rw \
111111
--mount=type=cache,target=/root/.cache \
112112
--mount=type=cache,target=/go/pkg/mod \
113-
gotestsum -- -coverprofile=/tmp/coverage.txt $(go list ./... | grep -vE '/vendor/|/e2e/')
113+
gotestsum -- -coverprofile=/tmp/coverage.txt $(go list ./... | grep -vE '/vendor/|/e2e/|/cmd/docker-trust')
114114

115115
FROM scratch AS test-coverage
116116
COPY --from=test /tmp/coverage.txt /coverage.txt

0 commit comments

Comments
 (0)