Skip to content
Snippets Groups Projects
Commit e57051ac authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

run all complement tests

parent f263630a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment