Skip to content

Commit 4f9ba99

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/barretenberg
2 parents c0f7942 + 694f604 commit 4f9ba99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function test_cmds {
224224
# Aztec CLI tests
225225
aztec/bootstrap.sh test_cmds
226226

227-
if [[ "${TARGET_BRANCH:-}" =~ ^v[0-9]+$ ]]; then
227+
if [[ "${TARGET_BRANCH:-}" =~ ^(v[0-9]+(-next)?|backport-to-v[0-9]+-(staging|next))$ ]]; then
228228
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
229229
echo "$hash yarn-project/scripts/run_test.sh aztec/src/mainnet_compatibility.test.ts"
230230
fi

0 commit comments

Comments
 (0)