diff --git a/tests/rekor-harness.sh b/tests/rekor-harness.sh index aff0f6ea5..f9eb78be6 100755 --- a/tests/rekor-harness.sh +++ b/tests/rekor-harness.sh @@ -88,7 +88,7 @@ function run_tests () { } # Get last 2 server versions -git fetch --all +git fetch --all --tags NUM_VERSIONS_TO_TEST=2 VERSIONS=$(git tag --sort=-version:refname | head -n $NUM_VERSIONS_TO_TEST | tac)