From 6a004453e7ee07a780189ff5901faa66a58bed5b Mon Sep 17 00:00:00 2001 From: Coby Date: Fri, 2 Aug 2024 15:30:18 -0400 Subject: [PATCH] fix name typo in ci script --- run-ci-live-tests.sh | 4 ++-- src/bindings | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run-ci-live-tests.sh b/run-ci-live-tests.sh index 1355b00208..d49f1dbc6a 100755 --- a/run-ci-live-tests.sh +++ b/run-ci-live-tests.sh @@ -15,14 +15,14 @@ echo "" ./run src/examples/zkapps/hello-world/run-live.ts --bundle | add_prefix "HELLO_WORLD" & HELLO_WORLD_PROC=$! +./run src/examples/zkapps/reducer/run-live.ts --bundle | add_prefix "REDUCER" & +REDUCER_FLOW_PROC=$! ./run src/examples/zkapps/dex/run-live.ts --bundle | add_prefix "DEX" & DEX_PROC=$! ./run src/examples/fetch-live.ts --bundle | add_prefix "FETCH" & FETCH_PROC=$! ./run src/tests/transaction-flow.ts --bundle | add_prefix "TRANSACTION_FLOW" & TRANSACTION_FLOW_PROC=$! -./run src/examples/reducer/run-live.ts --bundle | add_prefix "REDUCER" & -REDUCER_FLOW_PROC=$! # Wait for each process and capture their exit statuses FAILURE=0 diff --git a/src/bindings b/src/bindings index 71f2e698da..d779882a38 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit 71f2e698dadcdfc62c76a72248c0df71cfd39d4c +Subproject commit d779882a38eac79703cc7215cf9bc5fc0cd5cd65