Skip to content

Commit

Permalink
fix: fix table exhausted
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jul 26, 2024
1 parent e1c7e36 commit ed85272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zkvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ mod tests {

// RUST_MIN_STACK=2073741821 RUST_LOG=debug nohup cargo test --release test_zkvm_prove -- --nocapture &
#[test]
#[ignore]
fn test_zkvm_prove() {
env_logger::try_init().unwrap_or_default();
//let test_file = "test-vectors/blockInfo.json";
Expand Down

0 comments on commit ed85272

Please sign in to comment.