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