Skip to content

Commit 70fc9a2

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/barretenberg
2 parents 1b9f6db + 63412be commit 70fc9a2

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
@@ -151,7 +151,7 @@ function test_cmds {
151151
echo "$hash cd yarn-project/kv-store && yarn test"
152152
echo "$hash cd yarn-project/ivc-integration && yarn test:browser"
153153

154-
if [ "$CI" -eq 0 ] || [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
154+
if [[ "${TARGET_BRANCH:-}" == "master" || "${TARGET_BRANCH:-}" == "staging" ]]; then
155155
echo "$hash yarn-project/scripts/run_test.sh aztec/src/testnet_compatibility.test.ts"
156156
fi
157157
}

0 commit comments

Comments
 (0)