From 990ae735c364e57937dbd441c5e80b2a6456263b Mon Sep 17 00:00:00 2001 From: Tom Pointon Date: Wed, 29 Oct 2025 21:59:00 +0000 Subject: [PATCH] ci: fix test vector race --- contrib/test/run_test_vectors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test/run_test_vectors.sh b/contrib/test/run_test_vectors.sh index fb8b6f83efb..3f0d520a836 100755 --- a/contrib/test/run_test_vectors.sh +++ b/contrib/test/run_test_vectors.sh @@ -29,7 +29,7 @@ REPO_URL="https://github.com/firedancer-io/test-vectors.git" echo $GIT_REF # Prepare local repo and enter it -if [ ! -f dump/test-vectors/README.md ]; then +if [ ! -d dump/test-vectors ]; then cd dump git clone -q --no-tags --depth=1 "$REPO_URL" test-vectors cd test-vectors