From e57051acd866c908725b46b3f02842f543d4d6d7 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 13 Apr 2024 18:58:31 -0400 Subject: [PATCH] run all complement tests Signed-off-by: strawberry --- bin/complement | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/complement b/bin/complement index d7d11685..abc153f6 100755 --- a/bin/complement +++ b/bin/complement @@ -25,7 +25,7 @@ set +o pipefail env \ -C "$COMPLEMENT_SRC" \ COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \ - go test -json ./tests | tee "$LOG_FILE" + go test -vet=all -json ./tests | tee "$LOG_FILE" set -o pipefail # Post-process the results into an easy-to-compare format