Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Nov 5, 2024
1 parent 0ed7a71 commit 612d456
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion scripts/prove_rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion scripts/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 612d456

Please sign in to comment.