1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

chore: use same target for sandboxed and native tests

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-05-28 15:10:21 +02:00
parent f8e94d91c0
commit d440e5916e
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ RUN --mount=type=bind,target=. \
gpg -k
mkdir /out
xx-go test -short -v -coverprofile=/out/coverage.txt -covermode=atomic ./...
xx-go tool cover -func=/out/coverage.txt
xx-go --wrap
make test COVERAGEDIR=/out
EOT
FROM scratch AS test-coverage