Skip to content

Commit e657e56

Browse files
committed
all tests on single thread
1 parent addae2c commit e657e56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)