We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f7942 + 694f604 commit 4f9ba99Copy full SHA for 4f9ba99
1 file changed
yarn-project/bootstrap.sh
@@ -224,7 +224,7 @@ function test_cmds {
224
# Aztec CLI tests
225
aztec/bootstrap.sh test_cmds
226
227
- if [[ "${TARGET_BRANCH:-}" =~ ^v[0-9]+$ ]]; then
+ if [[ "${TARGET_BRANCH:-}" =~ ^(v[0-9]+(-next)?|backport-to-v[0-9]+-(staging|next))$ ]]; then
228
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
229
echo "$hash yarn-project/scripts/run_test.sh aztec/src/mainnet_compatibility.test.ts"
230
fi
0 commit comments