Adjust solana program threshold for stable tests in CI

This commit is contained in:
Dmitri Makarov 2022-09-20 18:52:52 -04:00 committed by mergify[bot]
parent 751ec864da
commit 6d25f21bc2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ test-stable-bpf)
# latest mainbeta release version.
solana_program_count=$(grep -c 'solana-program v' cargo.log)
rm -f cargo.log
if ((solana_program_count > 3)); then
if ((solana_program_count > 4)); then
echo "Regression of build redundancy ${solana_program_count}."
echo "Review dependency features that trigger redundant rebuilds of solana-program."
exit 1