Skip to content

Commit 8401223

Browse files
committed
debug heap overflow
1 parent cdeaecb commit 8401223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-rust-crates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cargo build --target ${{ matrix.target }} --verbose
5858

5959
- name: Run tests
60-
run: cargo test --target ${{ matrix.target }} --verbose
60+
run: RUST_BACKTRACE=1 cargo test -p crate_crypto_kzg_multi_open_fk20 --lib -- --nocapture
6161

6262
# We really only want to publish the eip7594 crate
6363
# However, crates.io forces us to publish its dependencies too.

0 commit comments

Comments
 (0)