We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeaecb commit 8401223Copy full SHA for 8401223
.github/workflows/release-rust-crates.yml
@@ -57,7 +57,7 @@ jobs:
57
run: cargo build --target ${{ matrix.target }} --verbose
58
59
- name: Run tests
60
- run: cargo test --target ${{ matrix.target }} --verbose
+ run: RUST_BACKTRACE=1 cargo test -p crate_crypto_kzg_multi_open_fk20 --lib -- --nocapture
61
62
# We really only want to publish the eip7594 crate
63
# However, crates.io forces us to publish its dependencies too.
0 commit comments