We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f8829 commit addae2cCopy full SHA for addae2c
.github/workflows/test-java-bindings-new.yml
@@ -100,4 +100,5 @@ jobs:
100
run: chmod +x target/${{ matrix.target }}/release/*
101
102
- name: Run tests
103
- run: cargo test --target ${{ matrix.target }} -- --nocapture
+ run: cargo test --target ${{ matrix.target }} --package crate_crypto_kzg_multi_open_fk20 --lib -- --test-threads=1 --nocapture
104
+
0 commit comments