From 612d4562393c74c94d06bd490ea0575403eeaba3 Mon Sep 17 00:00:00 2001 From: Sai Deng Date: Tue, 5 Nov 2024 09:57:59 -0800 Subject: [PATCH] address comments --- .github/workflows/ci.yml | 2 +- scripts/prove_rpc.sh | 1 - scripts/prove_stdio.sh | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64b24fe3d..c37340f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Run specific ignored tests in release mode run: | - RUST_LOG=release cargo test --release \ + cargo test --release \ --test empty_tables --test erc721 --test two_to_one_block -- --ignored test_zero_bin: diff --git a/scripts/prove_rpc.sh b/scripts/prove_rpc.sh index cf37536cb..d5c072c3e 100755 --- a/scripts/prove_rpc.sh +++ b/scripts/prove_rpc.sh @@ -97,7 +97,6 @@ if [[ $8 == "test_only" ]]; then echo "Proving blocks from ($START_BLOCK) to ($END_BLOCK)" command="cargo r --release --package zero --bin leader -- \ --test-only \ ---use-test-config \ --runtime in-memory \ --load-strategy on-demand \ --proof-output-dir $PROOF_OUTPUT_DIR \ diff --git a/scripts/prove_stdio.sh b/scripts/prove_stdio.sh index 591a5770b..4b99c66db 100755 --- a/scripts/prove_stdio.sh +++ b/scripts/prove_stdio.sh @@ -97,7 +97,6 @@ fi if [[ $TEST_ONLY == "test_only" ]]; then cargo run --quiet --release --package zero --bin leader -- \ --test-only \ - --use-test-config \ --runtime in-memory \ --load-strategy on-demand \ --block-batch-size "$BLOCK_BATCH_SIZE" \