Skip to content

Commit 985b446

Browse files
committed
chore: enable testnet-compatibility test when targeting v2
1 parent 280c5f5 commit 985b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function test_cmds {
155155
echo "$hash cd yarn-project/kv-store && yarn test"
156156
echo "$hash cd yarn-project/ivc-integration && yarn test:browser"
157157

158-
if [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
158+
if [[ "${TARGET_BRANCH:-}" =~ ^v[0-9]+$ ]]; then
159159
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
160160
fi
161161
}

0 commit comments

Comments
 (0)