Skip to content

Commit addae2c

Browse files
committed
run tests on single thread
1 parent e5f8829 commit addae2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-java-bindings-new.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ jobs:
100100
run: chmod +x target/${{ matrix.target }}/release/*
101101

102102
- name: Run tests
103-
run: cargo test --target ${{ matrix.target }} -- --nocapture
103+
run: cargo test --target ${{ matrix.target }} --package crate_crypto_kzg_multi_open_fk20 --lib -- --test-threads=1 --nocapture
104+

0 commit comments

Comments
 (0)